Uses of Class
com.oracle.bmc.containerengine.responses.CreateKubeconfigResponse
-
Packages that use CreateKubeconfigResponse Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.responses -
-
Uses of CreateKubeconfigResponse in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine that return CreateKubeconfigResponse Modifier and Type Method Description CreateKubeconfigResponse
ContainerEngine. createKubeconfig(CreateKubeconfigRequest request)
Create the Kubeconfig YAML for a cluster.CreateKubeconfigResponse
ContainerEngineClient. createKubeconfig(CreateKubeconfigRequest request)
Methods in com.oracle.bmc.containerengine that return types with arguments of type CreateKubeconfigResponse Modifier and Type Method Description Future<CreateKubeconfigResponse>
ContainerEngineAsync. createKubeconfig(CreateKubeconfigRequest request, AsyncHandler<CreateKubeconfigRequest,CreateKubeconfigResponse> handler)
Create the Kubeconfig YAML for a cluster.Future<CreateKubeconfigResponse>
ContainerEngineAsyncClient. createKubeconfig(CreateKubeconfigRequest request, AsyncHandler<CreateKubeconfigRequest,CreateKubeconfigResponse> handler)
Method parameters in com.oracle.bmc.containerengine with type arguments of type CreateKubeconfigResponse Modifier and Type Method Description Future<CreateKubeconfigResponse>
ContainerEngineAsync. createKubeconfig(CreateKubeconfigRequest request, AsyncHandler<CreateKubeconfigRequest,CreateKubeconfigResponse> handler)
Create the Kubeconfig YAML for a cluster.Future<CreateKubeconfigResponse>
ContainerEngineAsyncClient. createKubeconfig(CreateKubeconfigRequest request, AsyncHandler<CreateKubeconfigRequest,CreateKubeconfigResponse> handler)
-
Uses of CreateKubeconfigResponse in com.oracle.bmc.containerengine.responses
Methods in com.oracle.bmc.containerengine.responses that return CreateKubeconfigResponse Modifier and Type Method Description CreateKubeconfigResponse
CreateKubeconfigResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.containerengine.responses with parameters of type CreateKubeconfigResponse Modifier and Type Method Description CreateKubeconfigResponse.Builder
CreateKubeconfigResponse.Builder. copy(CreateKubeconfigResponse o)
Copy method to populate the builder with values from the given instance.
-