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 DeleteBlocklistResponseJavaManagementService. 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)DeleteBlocklistResponseJavaManagementServiceClient. 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 DeleteBlocklistRequestDeleteBlocklistRequest.Builder. build()Build the instance of DeleteBlocklistRequest as configured by this builderDeleteBlocklistRequestDeleteBlocklistRequest.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.BuilderDeleteBlocklistRequest.Builder. copy(DeleteBlocklistRequest o)Copy method to populate the builder with values from the given instance.
-