Uses of Class
com.oracle.bmc.containerengine.requests.CreateKubeconfigRequest
-
Packages that use CreateKubeconfigRequest Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.requests -
-
Uses of CreateKubeconfigRequest in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine with parameters of type CreateKubeconfigRequest Modifier and Type Method Description CreateKubeconfigResponse
ContainerEngine. createKubeconfig(CreateKubeconfigRequest request)
Create the Kubeconfig YAML for a cluster.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)
CreateKubeconfigResponse
ContainerEngineClient. createKubeconfig(CreateKubeconfigRequest request)
Method parameters in com.oracle.bmc.containerengine with type arguments of type CreateKubeconfigRequest 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 CreateKubeconfigRequest in com.oracle.bmc.containerengine.requests
Methods in com.oracle.bmc.containerengine.requests that return CreateKubeconfigRequest Modifier and Type Method Description CreateKubeconfigRequest
CreateKubeconfigRequest.Builder. build()
Build the instance of CreateKubeconfigRequest as configured by this builderCreateKubeconfigRequest
CreateKubeconfigRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateKubeconfigRequest as configured by this builderMethods in com.oracle.bmc.containerengine.requests with parameters of type CreateKubeconfigRequest Modifier and Type Method Description CreateKubeconfigRequest.Builder
CreateKubeconfigRequest.Builder. copy(CreateKubeconfigRequest o)
Copy method to populate the builder with values from the given instance.
-