Uses of Class
com.oracle.bmc.jms.responses.DeleteBlocklistResponse
-
Packages that use DeleteBlocklistResponse Package Description com.oracle.bmc.jms com.oracle.bmc.jms.responses -
-
Uses of DeleteBlocklistResponse in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return DeleteBlocklistResponse Modifier and Type Method Description DeleteBlocklistResponseJavaManagementService. deleteBlocklist(DeleteBlocklistRequest request)Deletes the blocklist record specified by an identifier.DeleteBlocklistResponseJavaManagementServiceClient. deleteBlocklist(DeleteBlocklistRequest request)Methods in com.oracle.bmc.jms that return types with arguments of type DeleteBlocklistResponse 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)Method parameters in com.oracle.bmc.jms with type arguments of type DeleteBlocklistResponse 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 DeleteBlocklistResponse in com.oracle.bmc.jms.responses
Methods in com.oracle.bmc.jms.responses that return DeleteBlocklistResponse Modifier and Type Method Description DeleteBlocklistResponseDeleteBlocklistResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.jms.responses with parameters of type DeleteBlocklistResponse Modifier and Type Method Description DeleteBlocklistResponse.BuilderDeleteBlocklistResponse.Builder. copy(DeleteBlocklistResponse o)Copy method to populate the builder with values from the given instance.
-