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.modelMethods in com.oracle.bmc.containerengine.model that return StartCredentialRotationDetails Modifier and Type Method Description StartCredentialRotationDetailsStartCredentialRotationDetails.Builder. build()Methods in com.oracle.bmc.containerengine.model with parameters of type StartCredentialRotationDetails Modifier and Type Method Description StartCredentialRotationDetails.BuilderStartCredentialRotationDetails.Builder. copy(StartCredentialRotationDetails model)
- 
Uses of StartCredentialRotationDetails in com.oracle.bmc.containerengine.requestsMethods in com.oracle.bmc.containerengine.requests that return StartCredentialRotationDetails Modifier and Type Method Description StartCredentialRotationDetailsStartCredentialRotationRequest. getBody$()Alternative accessor for the body parameter.StartCredentialRotationDetailsStartCredentialRotationRequest. 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.BuilderStartCredentialRotationRequest.Builder. body$(StartCredentialRotationDetails body)Alternative setter for the body parameter.StartCredentialRotationRequest.BuilderStartCredentialRotationRequest.Builder. startCredentialRotationDetails(StartCredentialRotationDetails startCredentialRotationDetails)The details for a kubernetes cluster to start credential rotation.
 
-