Uses of Class
com.oracle.bmc.containerengine.responses.ListWorkloadMappingsResponse
-
Packages that use ListWorkloadMappingsResponse Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.responses -
-
Uses of ListWorkloadMappingsResponse in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine that return ListWorkloadMappingsResponse Modifier and Type Method Description ListWorkloadMappingsResponse
ContainerEngine. listWorkloadMappings(ListWorkloadMappingsRequest request)
List workloadMappings for a provisioned cluster.ListWorkloadMappingsResponse
ContainerEngineClient. listWorkloadMappings(ListWorkloadMappingsRequest request)
Methods in com.oracle.bmc.containerengine that return types with arguments of type ListWorkloadMappingsResponse Modifier and Type Method Description Future<ListWorkloadMappingsResponse>
ContainerEngineAsync. listWorkloadMappings(ListWorkloadMappingsRequest request, AsyncHandler<ListWorkloadMappingsRequest,ListWorkloadMappingsResponse> handler)
List workloadMappings for a provisioned cluster.Future<ListWorkloadMappingsResponse>
ContainerEngineAsyncClient. listWorkloadMappings(ListWorkloadMappingsRequest request, AsyncHandler<ListWorkloadMappingsRequest,ListWorkloadMappingsResponse> handler)
Iterable<ListWorkloadMappingsResponse>
ContainerEnginePaginators. listWorkloadMappingsResponseIterator(ListWorkloadMappingsRequest request)
Creates a new iterable which will iterate over the responses received from the listWorkloadMappings operation.Method parameters in com.oracle.bmc.containerengine with type arguments of type ListWorkloadMappingsResponse Modifier and Type Method Description Future<ListWorkloadMappingsResponse>
ContainerEngineAsync. listWorkloadMappings(ListWorkloadMappingsRequest request, AsyncHandler<ListWorkloadMappingsRequest,ListWorkloadMappingsResponse> handler)
List workloadMappings for a provisioned cluster.Future<ListWorkloadMappingsResponse>
ContainerEngineAsyncClient. listWorkloadMappings(ListWorkloadMappingsRequest request, AsyncHandler<ListWorkloadMappingsRequest,ListWorkloadMappingsResponse> handler)
-
Uses of ListWorkloadMappingsResponse in com.oracle.bmc.containerengine.responses
Methods in com.oracle.bmc.containerengine.responses that return ListWorkloadMappingsResponse Modifier and Type Method Description ListWorkloadMappingsResponse
ListWorkloadMappingsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.containerengine.responses with parameters of type ListWorkloadMappingsResponse Modifier and Type Method Description ListWorkloadMappingsResponse.Builder
ListWorkloadMappingsResponse.Builder. copy(ListWorkloadMappingsResponse o)
Copy method to populate the builder with values from the given instance.
-