Uses of Class
com.oracle.bmc.containerengine.model.StartCredentialRotationDetails
-
Packages that use StartCredentialRotationDetails Package Description com.oracle.bmc.containerengine.model com.oracle.bmc.containerengine.requests -
-
Uses of StartCredentialRotationDetails in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return StartCredentialRotationDetails Modifier and Type Method Description StartCredentialRotationDetails
StartCredentialRotationDetails.Builder. build()
Methods in com.oracle.bmc.containerengine.model with parameters of type StartCredentialRotationDetails Modifier and Type Method Description StartCredentialRotationDetails.Builder
StartCredentialRotationDetails.Builder. copy(StartCredentialRotationDetails model)
-
Uses of StartCredentialRotationDetails in com.oracle.bmc.containerengine.requests
Methods in com.oracle.bmc.containerengine.requests that return StartCredentialRotationDetails Modifier and Type Method Description StartCredentialRotationDetails
StartCredentialRotationRequest. getBody$()
Alternative accessor for the body parameter.StartCredentialRotationDetails
StartCredentialRotationRequest. getStartCredentialRotationDetails()
The details for a kubernetes cluster to start credential rotation.Methods in com.oracle.bmc.containerengine.requests with parameters of type StartCredentialRotationDetails Modifier and Type Method Description StartCredentialRotationRequest.Builder
StartCredentialRotationRequest.Builder. body$(StartCredentialRotationDetails body)
Alternative setter for the body parameter.StartCredentialRotationRequest.Builder
StartCredentialRotationRequest.Builder. startCredentialRotationDetails(StartCredentialRotationDetails startCredentialRotationDetails)
The details for a kubernetes cluster to start credential rotation.
-