Uses of Class
com.oracle.bmc.containerengine.requests.CompleteCredentialRotationRequest
-
Packages that use CompleteCredentialRotationRequest Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.requests -
-
Uses of CompleteCredentialRotationRequest in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine with parameters of type CompleteCredentialRotationRequest Modifier and Type Method Description CompleteCredentialRotationResponse
ContainerEngine. completeCredentialRotation(CompleteCredentialRotationRequest request)
Complete cluster credential rotation.Future<CompleteCredentialRotationResponse>
ContainerEngineAsync. completeCredentialRotation(CompleteCredentialRotationRequest request, AsyncHandler<CompleteCredentialRotationRequest,CompleteCredentialRotationResponse> handler)
Complete cluster credential rotation.Future<CompleteCredentialRotationResponse>
ContainerEngineAsyncClient. completeCredentialRotation(CompleteCredentialRotationRequest request, AsyncHandler<CompleteCredentialRotationRequest,CompleteCredentialRotationResponse> handler)
CompleteCredentialRotationResponse
ContainerEngineClient. completeCredentialRotation(CompleteCredentialRotationRequest request)
Method parameters in com.oracle.bmc.containerengine with type arguments of type CompleteCredentialRotationRequest 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 CompleteCredentialRotationRequest in com.oracle.bmc.containerengine.requests
Methods in com.oracle.bmc.containerengine.requests that return CompleteCredentialRotationRequest Modifier and Type Method Description CompleteCredentialRotationRequest
CompleteCredentialRotationRequest.Builder. build()
Build the instance of CompleteCredentialRotationRequest as configured by this builderCompleteCredentialRotationRequest
CompleteCredentialRotationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CompleteCredentialRotationRequest as configured by this builderMethods in com.oracle.bmc.containerengine.requests with parameters of type CompleteCredentialRotationRequest Modifier and Type Method Description CompleteCredentialRotationRequest.Builder
CompleteCredentialRotationRequest.Builder. copy(CompleteCredentialRotationRequest o)
Copy method to populate the builder with values from the given instance.
-