Uses of Class
com.oracle.bmc.jms.requests.DeleteBlocklistRequest
-
Packages that use DeleteBlocklistRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of DeleteBlocklistRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type DeleteBlocklistRequest Modifier and Type Method Description DeleteBlocklistResponse
JavaManagementService. deleteBlocklist(DeleteBlocklistRequest request)
Deletes the blocklist record specified by an identifier.Future<DeleteBlocklistResponse>
JavaManagementServiceAsync. deleteBlocklist(DeleteBlocklistRequest request, AsyncHandler<DeleteBlocklistRequest,DeleteBlocklistResponse> handler)
Deletes the blocklist record specified by an identifier.Future<DeleteBlocklistResponse>
JavaManagementServiceAsyncClient. deleteBlocklist(DeleteBlocklistRequest request, AsyncHandler<DeleteBlocklistRequest,DeleteBlocklistResponse> handler)
DeleteBlocklistResponse
JavaManagementServiceClient. deleteBlocklist(DeleteBlocklistRequest request)
Method parameters in com.oracle.bmc.jms with type arguments of type DeleteBlocklistRequest Modifier and Type Method Description Future<DeleteBlocklistResponse>
JavaManagementServiceAsync. deleteBlocklist(DeleteBlocklistRequest request, AsyncHandler<DeleteBlocklistRequest,DeleteBlocklistResponse> handler)
Deletes the blocklist record specified by an identifier.Future<DeleteBlocklistResponse>
JavaManagementServiceAsyncClient. deleteBlocklist(DeleteBlocklistRequest request, AsyncHandler<DeleteBlocklistRequest,DeleteBlocklistResponse> handler)
-
Uses of DeleteBlocklistRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return DeleteBlocklistRequest Modifier and Type Method Description DeleteBlocklistRequest
DeleteBlocklistRequest.Builder. build()
Build the instance of DeleteBlocklistRequest as configured by this builderDeleteBlocklistRequest
DeleteBlocklistRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteBlocklistRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type DeleteBlocklistRequest Modifier and Type Method Description DeleteBlocklistRequest.Builder
DeleteBlocklistRequest.Builder. copy(DeleteBlocklistRequest o)
Copy method to populate the builder with values from the given instance.
-