Uses of Class
com.oracle.bmc.jms.requests.ListBlocklistsRequest
-
Packages that use ListBlocklistsRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of ListBlocklistsRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type ListBlocklistsRequest Modifier and Type Method Description ListBlocklistsResponseJavaManagementService. listBlocklists(ListBlocklistsRequest request)Returns a list of blocklist entities contained by a fleet.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)ListBlocklistsResponseJavaManagementServiceClient. listBlocklists(ListBlocklistsRequest request)Iterable<Blocklist>JavaManagementServicePaginators. listBlocklistsRecordIterator(ListBlocklistsRequest request)Creates a new iterable which will iterate over theBlocklistobjects contained in responses from the listBlocklists operation.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 ListBlocklistsRequest 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 ListBlocklistsRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return ListBlocklistsRequest Modifier and Type Method Description ListBlocklistsRequestListBlocklistsRequest.Builder. build()Build the instance of ListBlocklistsRequest as configured by this builderListBlocklistsRequestListBlocklistsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListBlocklistsRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type ListBlocklistsRequest Modifier and Type Method Description ListBlocklistsRequest.BuilderListBlocklistsRequest.Builder. copy(ListBlocklistsRequest o)Copy method to populate the builder with values from the given instance.
-