Uses of Class
com.oracle.bmc.containerengine.responses.CompleteCredentialRotationResponse
-
Packages that use CompleteCredentialRotationResponse Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.responses -
-
Uses of CompleteCredentialRotationResponse in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine that return CompleteCredentialRotationResponse Modifier and Type Method Description CompleteCredentialRotationResponse
ContainerEngine. completeCredentialRotation(CompleteCredentialRotationRequest request)
Complete cluster credential rotation.CompleteCredentialRotationResponse
ContainerEngineClient. completeCredentialRotation(CompleteCredentialRotationRequest request)
Methods in com.oracle.bmc.containerengine that return types with arguments of type CompleteCredentialRotationResponse Modifier and Type Method Description Future<CompleteCredentialRotationResponse>
ContainerEngineAsync. completeCredentialRotation(CompleteCredentialRotationRequest request, AsyncHandler<CompleteCredentialRotationRequest,CompleteCredentialRotationResponse> handler)
Complete cluster credential rotation.Future<CompleteCredentialRotationResponse>
ContainerEngineAsyncClient. completeCredentialRotation(CompleteCredentialRotationRequest request, AsyncHandler<CompleteCredentialRotationRequest,CompleteCredentialRotationResponse> handler)
Method parameters in com.oracle.bmc.containerengine with type arguments of type CompleteCredentialRotationResponse Modifier and Type Method Description Future<CompleteCredentialRotationResponse>
ContainerEngineAsync. completeCredentialRotation(CompleteCredentialRotationRequest request, AsyncHandler<CompleteCredentialRotationRequest,CompleteCredentialRotationResponse> handler)
Complete cluster credential rotation.Future<CompleteCredentialRotationResponse>
ContainerEngineAsyncClient. completeCredentialRotation(CompleteCredentialRotationRequest request, AsyncHandler<CompleteCredentialRotationRequest,CompleteCredentialRotationResponse> handler)
-
Uses of CompleteCredentialRotationResponse in com.oracle.bmc.containerengine.responses
Methods in com.oracle.bmc.containerengine.responses that return CompleteCredentialRotationResponse Modifier and Type Method Description CompleteCredentialRotationResponse
CompleteCredentialRotationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.containerengine.responses with parameters of type CompleteCredentialRotationResponse Modifier and Type Method Description CompleteCredentialRotationResponse.Builder
CompleteCredentialRotationResponse.Builder. copy(CompleteCredentialRotationResponse o)
Copy method to populate the builder with values from the given instance.
-