Uses of Class
com.oracle.bmc.containerengine.model.CreateClusterKubeconfigContentDetails
-
Packages that use CreateClusterKubeconfigContentDetails Package Description com.oracle.bmc.containerengine.model com.oracle.bmc.containerengine.requests -
-
Uses of CreateClusterKubeconfigContentDetails in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return CreateClusterKubeconfigContentDetails Modifier and Type Method Description CreateClusterKubeconfigContentDetails
CreateClusterKubeconfigContentDetails.Builder. build()
Methods in com.oracle.bmc.containerengine.model with parameters of type CreateClusterKubeconfigContentDetails Modifier and Type Method Description CreateClusterKubeconfigContentDetails.Builder
CreateClusterKubeconfigContentDetails.Builder. copy(CreateClusterKubeconfigContentDetails model)
-
Uses of CreateClusterKubeconfigContentDetails in com.oracle.bmc.containerengine.requests
Methods in com.oracle.bmc.containerengine.requests that return CreateClusterKubeconfigContentDetails Modifier and Type Method Description CreateClusterKubeconfigContentDetails
CreateKubeconfigRequest. getBody$()
Alternative accessor for the body parameter.CreateClusterKubeconfigContentDetails
CreateKubeconfigRequest. getCreateClusterKubeconfigContentDetails()
The details of the cluster kubeconfig to create.Methods in com.oracle.bmc.containerengine.requests with parameters of type CreateClusterKubeconfigContentDetails Modifier and Type Method Description CreateKubeconfigRequest.Builder
CreateKubeconfigRequest.Builder. body$(CreateClusterKubeconfigContentDetails body)
Alternative setter for the body parameter.CreateKubeconfigRequest.Builder
CreateKubeconfigRequest.Builder. createClusterKubeconfigContentDetails(CreateClusterKubeconfigContentDetails createClusterKubeconfigContentDetails)
The details of the cluster kubeconfig to create.
-