Uses of Class
com.oracle.bmc.containerengine.responses.StartCredentialRotationResponse
-
Packages that use StartCredentialRotationResponse Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.responses -
-
Uses of StartCredentialRotationResponse in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine that return StartCredentialRotationResponse Modifier and Type Method Description StartCredentialRotationResponse
ContainerEngine. startCredentialRotation(StartCredentialRotationRequest request)
Start cluster credential rotation by adding new credentials, old credentials will still work after this operation.StartCredentialRotationResponse
ContainerEngineClient. startCredentialRotation(StartCredentialRotationRequest request)
Methods in com.oracle.bmc.containerengine that return types with arguments of type StartCredentialRotationResponse 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)
Method parameters in com.oracle.bmc.containerengine with type arguments of type StartCredentialRotationResponse 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 StartCredentialRotationResponse in com.oracle.bmc.containerengine.responses
Methods in com.oracle.bmc.containerengine.responses that return StartCredentialRotationResponse Modifier and Type Method Description StartCredentialRotationResponse
StartCredentialRotationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.containerengine.responses with parameters of type StartCredentialRotationResponse Modifier and Type Method Description StartCredentialRotationResponse.Builder
StartCredentialRotationResponse.Builder. copy(StartCredentialRotationResponse o)
Copy method to populate the builder with values from the given instance.
-