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 CreateBlocklistResponseJavaManagementService. 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)CreateBlocklistResponseJavaManagementServiceClient. 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 CreateBlocklistRequestCreateBlocklistRequest.Builder. build()Build the instance of CreateBlocklistRequest as configured by this builderCreateBlocklistRequestCreateBlocklistRequest.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.BuilderCreateBlocklistRequest.Builder. copy(CreateBlocklistRequest o)Copy method to populate the builder with values from the given instance.
-