Uses of Class
com.oracle.bmc.oda.responses.RotateChannelKeysResponse
-
Packages that use RotateChannelKeysResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of RotateChannelKeysResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return RotateChannelKeysResponse Modifier and Type Method Description RotateChannelKeysResponse
Management. rotateChannelKeys(RotateChannelKeysRequest request)
This will generate new keys for any generated keys in the Channel (eg.RotateChannelKeysResponse
ManagementClient. rotateChannelKeys(RotateChannelKeysRequest request)
Methods in com.oracle.bmc.oda that return types with arguments of type RotateChannelKeysResponse 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)
Method parameters in com.oracle.bmc.oda with type arguments of type RotateChannelKeysResponse 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 RotateChannelKeysResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return RotateChannelKeysResponse Modifier and Type Method Description RotateChannelKeysResponse
RotateChannelKeysResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type RotateChannelKeysResponse Modifier and Type Method Description RotateChannelKeysResponse.Builder
RotateChannelKeysResponse.Builder. copy(RotateChannelKeysResponse o)
Copy method to populate the builder with values from the given instance.
-