Uses of Class
com.oracle.bmc.gdp.requests.RotateGdpPipelineKeysRequest
-
Packages that use RotateGdpPipelineKeysRequest Package Description com.oracle.bmc.gdp com.oracle.bmc.gdp.requests -
-
Uses of RotateGdpPipelineKeysRequest in com.oracle.bmc.gdp
Methods in com.oracle.bmc.gdp with parameters of type RotateGdpPipelineKeysRequest Modifier and Type Method Description RotateGdpPipelineKeysResponseGuardedDataPipeline. rotateGdpPipelineKeys(RotateGdpPipelineKeysRequest request)Rotates the pipeline keys by resending the control message with a fresh pair of keys.Future<RotateGdpPipelineKeysResponse>GuardedDataPipelineAsync. rotateGdpPipelineKeys(RotateGdpPipelineKeysRequest request, AsyncHandler<RotateGdpPipelineKeysRequest,RotateGdpPipelineKeysResponse> handler)Rotates the pipeline keys by resending the control message with a fresh pair of keys.Future<RotateGdpPipelineKeysResponse>GuardedDataPipelineAsyncClient. rotateGdpPipelineKeys(RotateGdpPipelineKeysRequest request, AsyncHandler<RotateGdpPipelineKeysRequest,RotateGdpPipelineKeysResponse> handler)RotateGdpPipelineKeysResponseGuardedDataPipelineClient. rotateGdpPipelineKeys(RotateGdpPipelineKeysRequest request)Method parameters in com.oracle.bmc.gdp with type arguments of type RotateGdpPipelineKeysRequest Modifier and Type Method Description Future<RotateGdpPipelineKeysResponse>GuardedDataPipelineAsync. rotateGdpPipelineKeys(RotateGdpPipelineKeysRequest request, AsyncHandler<RotateGdpPipelineKeysRequest,RotateGdpPipelineKeysResponse> handler)Rotates the pipeline keys by resending the control message with a fresh pair of keys.Future<RotateGdpPipelineKeysResponse>GuardedDataPipelineAsyncClient. rotateGdpPipelineKeys(RotateGdpPipelineKeysRequest request, AsyncHandler<RotateGdpPipelineKeysRequest,RotateGdpPipelineKeysResponse> handler) -
Uses of RotateGdpPipelineKeysRequest in com.oracle.bmc.gdp.requests
Methods in com.oracle.bmc.gdp.requests that return RotateGdpPipelineKeysRequest Modifier and Type Method Description RotateGdpPipelineKeysRequestRotateGdpPipelineKeysRequest.Builder. build()Build the instance of RotateGdpPipelineKeysRequest as configured by this builderRotateGdpPipelineKeysRequestRotateGdpPipelineKeysRequest.Builder. buildWithoutInvocationCallback()Build the instance of RotateGdpPipelineKeysRequest as configured by this builderMethods in com.oracle.bmc.gdp.requests with parameters of type RotateGdpPipelineKeysRequest Modifier and Type Method Description RotateGdpPipelineKeysRequest.BuilderRotateGdpPipelineKeysRequest.Builder. copy(RotateGdpPipelineKeysRequest o)Copy method to populate the builder with values from the given instance.
-