Uses of Class
com.oracle.bmc.jms.requests.ListContainersRequest
-
Packages that use ListContainersRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of ListContainersRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type ListContainersRequest Modifier and Type Method Description ListContainersResponseJavaManagementService. listContainers(ListContainersRequest request)List containers in a fleet filtered by query parameters.Future<ListContainersResponse>JavaManagementServiceAsync. listContainers(ListContainersRequest request, AsyncHandler<ListContainersRequest,ListContainersResponse> handler)List containers in a fleet filtered by query parameters.Future<ListContainersResponse>JavaManagementServiceAsyncClient. listContainers(ListContainersRequest request, AsyncHandler<ListContainersRequest,ListContainersResponse> handler)ListContainersResponseJavaManagementServiceClient. listContainers(ListContainersRequest request)Iterable<ContainerSummary>JavaManagementServicePaginators. listContainersRecordIterator(ListContainersRequest request)Creates a new iterable which will iterate over theContainerSummaryobjects contained in responses from the listContainers operation.Iterable<ListContainersResponse>JavaManagementServicePaginators. listContainersResponseIterator(ListContainersRequest request)Creates a new iterable which will iterate over the responses received from the listContainers operation.Method parameters in com.oracle.bmc.jms with type arguments of type ListContainersRequest Modifier and Type Method Description Future<ListContainersResponse>JavaManagementServiceAsync. listContainers(ListContainersRequest request, AsyncHandler<ListContainersRequest,ListContainersResponse> handler)List containers in a fleet filtered by query parameters.Future<ListContainersResponse>JavaManagementServiceAsyncClient. listContainers(ListContainersRequest request, AsyncHandler<ListContainersRequest,ListContainersResponse> handler) -
Uses of ListContainersRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return ListContainersRequest Modifier and Type Method Description ListContainersRequestListContainersRequest.Builder. build()Build the instance of ListContainersRequest as configured by this builderListContainersRequestListContainersRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListContainersRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type ListContainersRequest Modifier and Type Method Description ListContainersRequest.BuilderListContainersRequest.Builder. copy(ListContainersRequest o)Copy method to populate the builder with values from the given instance.
-