Uses of Class
com.oracle.bmc.containerengine.responses.GetClusterOptionsResponse
-
Packages that use GetClusterOptionsResponse Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.responses -
-
Uses of GetClusterOptionsResponse in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine that return GetClusterOptionsResponse Modifier and Type Method Description GetClusterOptionsResponse
ContainerEngine. getClusterOptions(GetClusterOptionsRequest request)
Get options available for clusters.GetClusterOptionsResponse
ContainerEngineClient. getClusterOptions(GetClusterOptionsRequest request)
Methods in com.oracle.bmc.containerengine that return types with arguments of type GetClusterOptionsResponse Modifier and Type Method Description Future<GetClusterOptionsResponse>
ContainerEngineAsync. getClusterOptions(GetClusterOptionsRequest request, AsyncHandler<GetClusterOptionsRequest,GetClusterOptionsResponse> handler)
Get options available for clusters.Future<GetClusterOptionsResponse>
ContainerEngineAsyncClient. getClusterOptions(GetClusterOptionsRequest request, AsyncHandler<GetClusterOptionsRequest,GetClusterOptionsResponse> handler)
Method parameters in com.oracle.bmc.containerengine with type arguments of type GetClusterOptionsResponse Modifier and Type Method Description Future<GetClusterOptionsResponse>
ContainerEngineAsync. getClusterOptions(GetClusterOptionsRequest request, AsyncHandler<GetClusterOptionsRequest,GetClusterOptionsResponse> handler)
Get options available for clusters.Future<GetClusterOptionsResponse>
ContainerEngineAsyncClient. getClusterOptions(GetClusterOptionsRequest request, AsyncHandler<GetClusterOptionsRequest,GetClusterOptionsResponse> handler)
-
Uses of GetClusterOptionsResponse in com.oracle.bmc.containerengine.responses
Methods in com.oracle.bmc.containerengine.responses that return GetClusterOptionsResponse Modifier and Type Method Description GetClusterOptionsResponse
GetClusterOptionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.containerengine.responses with parameters of type GetClusterOptionsResponse Modifier and Type Method Description GetClusterOptionsResponse.Builder
GetClusterOptionsResponse.Builder. copy(GetClusterOptionsResponse o)
Copy method to populate the builder with values from the given instance.
-