Uses of Class
com.oracle.bmc.containerengine.requests.StartCredentialRotationRequest
-
Packages that use StartCredentialRotationRequest Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.requests -
-
Uses of StartCredentialRotationRequest in com.oracle.bmc.containerengine
Method parameters in com.oracle.bmc.containerengine with type arguments of type StartCredentialRotationRequest Modifier and Type Method Description Future<StartCredentialRotationResponse>
ContainerEngineAsync. startCredentialRotation(StartCredentialRotationRequest request, AsyncHandler<StartCredentialRotationRequest,StartCredentialRotationResponse> handler)
Start cluster credential rotation by adding new credentials, old credentials will still work after this operation.Future<StartCredentialRotationResponse>
ContainerEngineAsyncClient. startCredentialRotation(StartCredentialRotationRequest request, AsyncHandler<StartCredentialRotationRequest,StartCredentialRotationResponse> handler)
-
Uses of StartCredentialRotationRequest in com.oracle.bmc.containerengine.requests
Methods in com.oracle.bmc.containerengine.requests that return StartCredentialRotationRequest Modifier and Type Method Description StartCredentialRotationRequest
StartCredentialRotationRequest.Builder. build()
Build the instance of StartCredentialRotationRequest as configured by this builderStartCredentialRotationRequest
StartCredentialRotationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of StartCredentialRotationRequest as configured by this builderMethods in com.oracle.bmc.containerengine.requests with parameters of type StartCredentialRotationRequest Modifier and Type Method Description StartCredentialRotationRequest.Builder
StartCredentialRotationRequest.Builder. copy(StartCredentialRotationRequest o)
Copy method to populate the builder with values from the given instance.
-