Uses of Class
com.oracle.bmc.jms.requests.CreateBlocklistRequest
-
Packages that use CreateBlocklistRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of CreateBlocklistRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type CreateBlocklistRequest Modifier and Type Method Description CreateBlocklistResponse
JavaManagementService. createBlocklist(CreateBlocklistRequest request)
Add a new record to the fleet blocklist.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)
CreateBlocklistResponse
JavaManagementServiceClient. createBlocklist(CreateBlocklistRequest request)
Method parameters in com.oracle.bmc.jms with type arguments of type CreateBlocklistRequest 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 CreateBlocklistRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return CreateBlocklistRequest Modifier and Type Method Description CreateBlocklistRequest
CreateBlocklistRequest.Builder. build()
Build the instance of CreateBlocklistRequest as configured by this builderCreateBlocklistRequest
CreateBlocklistRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateBlocklistRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type CreateBlocklistRequest Modifier and Type Method Description CreateBlocklistRequest.Builder
CreateBlocklistRequest.Builder. copy(CreateBlocklistRequest o)
Copy method to populate the builder with values from the given instance.
-