Uses of Class
com.oracle.bmc.oda.requests.RotateChannelKeysRequest
-
Packages that use RotateChannelKeysRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of RotateChannelKeysRequest in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda with parameters of type RotateChannelKeysRequest Modifier and Type Method Description RotateChannelKeysResponse
Management. rotateChannelKeys(RotateChannelKeysRequest request)
This will generate new keys for any generated keys in the Channel (eg.Future<RotateChannelKeysResponse>
ManagementAsync. rotateChannelKeys(RotateChannelKeysRequest request, AsyncHandler<RotateChannelKeysRequest,RotateChannelKeysResponse> handler)
This will generate new keys for any generated keys in the Channel (eg.Future<RotateChannelKeysResponse>
ManagementAsyncClient. rotateChannelKeys(RotateChannelKeysRequest request, AsyncHandler<RotateChannelKeysRequest,RotateChannelKeysResponse> handler)
RotateChannelKeysResponse
ManagementClient. rotateChannelKeys(RotateChannelKeysRequest request)
Method parameters in com.oracle.bmc.oda with type arguments of type RotateChannelKeysRequest Modifier and Type Method Description Future<RotateChannelKeysResponse>
ManagementAsync. rotateChannelKeys(RotateChannelKeysRequest request, AsyncHandler<RotateChannelKeysRequest,RotateChannelKeysResponse> handler)
This will generate new keys for any generated keys in the Channel (eg.Future<RotateChannelKeysResponse>
ManagementAsyncClient. rotateChannelKeys(RotateChannelKeysRequest request, AsyncHandler<RotateChannelKeysRequest,RotateChannelKeysResponse> handler)
-
Uses of RotateChannelKeysRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return RotateChannelKeysRequest Modifier and Type Method Description RotateChannelKeysRequest
RotateChannelKeysRequest.Builder. build()
Build the instance of RotateChannelKeysRequest as configured by this builderRotateChannelKeysRequest
RotateChannelKeysRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RotateChannelKeysRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type RotateChannelKeysRequest Modifier and Type Method Description RotateChannelKeysRequest.Builder
RotateChannelKeysRequest.Builder. copy(RotateChannelKeysRequest o)
Copy method to populate the builder with values from the given instance.
-