Uses of Class
com.oracle.bmc.jms.responses.CreateBlocklistResponse
-
Packages that use CreateBlocklistResponse Package Description com.oracle.bmc.jms com.oracle.bmc.jms.responses -
-
Uses of CreateBlocklistResponse in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return CreateBlocklistResponse Modifier and Type Method Description CreateBlocklistResponse
JavaManagementService. createBlocklist(CreateBlocklistRequest request)
Add a new record to the fleet blocklist.CreateBlocklistResponse
JavaManagementServiceClient. createBlocklist(CreateBlocklistRequest request)
Methods in com.oracle.bmc.jms that return types with arguments of type CreateBlocklistResponse Modifier and Type Method Description Future<CreateBlocklistResponse>
JavaManagementServiceAsync. createBlocklist(CreateBlocklistRequest request, AsyncHandler<CreateBlocklistRequest,CreateBlocklistResponse> handler)
Add a new record to the fleet blocklist.Future<CreateBlocklistResponse>
JavaManagementServiceAsyncClient. createBlocklist(CreateBlocklistRequest request, AsyncHandler<CreateBlocklistRequest,CreateBlocklistResponse> handler)
Method parameters in com.oracle.bmc.jms with type arguments of type CreateBlocklistResponse Modifier and Type Method Description Future<CreateBlocklistResponse>
JavaManagementServiceAsync. createBlocklist(CreateBlocklistRequest request, AsyncHandler<CreateBlocklistRequest,CreateBlocklistResponse> handler)
Add a new record to the fleet blocklist.Future<CreateBlocklistResponse>
JavaManagementServiceAsyncClient. createBlocklist(CreateBlocklistRequest request, AsyncHandler<CreateBlocklistRequest,CreateBlocklistResponse> handler)
-
Uses of CreateBlocklistResponse in com.oracle.bmc.jms.responses
Methods in com.oracle.bmc.jms.responses that return CreateBlocklistResponse Modifier and Type Method Description CreateBlocklistResponse
CreateBlocklistResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.jms.responses with parameters of type CreateBlocklistResponse Modifier and Type Method Description CreateBlocklistResponse.Builder
CreateBlocklistResponse.Builder. copy(CreateBlocklistResponse o)
Copy method to populate the builder with values from the given instance.
-