Uses of Class
com.oracle.bmc.jms.responses.ListBlocklistsResponse
-
Packages that use ListBlocklistsResponse Package Description com.oracle.bmc.jms com.oracle.bmc.jms.responses -
-
Uses of ListBlocklistsResponse in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return ListBlocklistsResponse Modifier and Type Method Description ListBlocklistsResponse
JavaManagementService. listBlocklists(ListBlocklistsRequest request)
Returns a list of blocklist entities contained by a fleet.ListBlocklistsResponse
JavaManagementServiceClient. listBlocklists(ListBlocklistsRequest request)
Methods in com.oracle.bmc.jms that return types with arguments of type ListBlocklistsResponse Modifier and Type Method Description Future<ListBlocklistsResponse>
JavaManagementServiceAsync. listBlocklists(ListBlocklistsRequest request, AsyncHandler<ListBlocklistsRequest,ListBlocklistsResponse> handler)
Returns a list of blocklist entities contained by a fleet.Future<ListBlocklistsResponse>
JavaManagementServiceAsyncClient. listBlocklists(ListBlocklistsRequest request, AsyncHandler<ListBlocklistsRequest,ListBlocklistsResponse> handler)
Iterable<ListBlocklistsResponse>
JavaManagementServicePaginators. listBlocklistsResponseIterator(ListBlocklistsRequest request)
Creates a new iterable which will iterate over the responses received from the listBlocklists operation.Method parameters in com.oracle.bmc.jms with type arguments of type ListBlocklistsResponse Modifier and Type Method Description Future<ListBlocklistsResponse>
JavaManagementServiceAsync. listBlocklists(ListBlocklistsRequest request, AsyncHandler<ListBlocklistsRequest,ListBlocklistsResponse> handler)
Returns a list of blocklist entities contained by a fleet.Future<ListBlocklistsResponse>
JavaManagementServiceAsyncClient. listBlocklists(ListBlocklistsRequest request, AsyncHandler<ListBlocklistsRequest,ListBlocklistsResponse> handler)
-
Uses of ListBlocklistsResponse in com.oracle.bmc.jms.responses
Methods in com.oracle.bmc.jms.responses that return ListBlocklistsResponse Modifier and Type Method Description ListBlocklistsResponse
ListBlocklistsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.jms.responses with parameters of type ListBlocklistsResponse Modifier and Type Method Description ListBlocklistsResponse.Builder
ListBlocklistsResponse.Builder. copy(ListBlocklistsResponse o)
Copy method to populate the builder with values from the given instance.
-