Uses of Class
com.oracle.bmc.keymanagement.responses.ChangeKeyCompartmentResponse
-
Packages that use ChangeKeyCompartmentResponse Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.responses -
-
Uses of ChangeKeyCompartmentResponse in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement that return ChangeKeyCompartmentResponse Modifier and Type Method Description ChangeKeyCompartmentResponse
KmsManagement. changeKeyCompartment(ChangeKeyCompartmentRequest request)
Moves a key into a different compartment within the same tenancy.ChangeKeyCompartmentResponse
KmsManagementClient. changeKeyCompartment(ChangeKeyCompartmentRequest request)
Methods in com.oracle.bmc.keymanagement that return types with arguments of type ChangeKeyCompartmentResponse Modifier and Type Method Description Future<ChangeKeyCompartmentResponse>
KmsManagementAsync. changeKeyCompartment(ChangeKeyCompartmentRequest request, AsyncHandler<ChangeKeyCompartmentRequest,ChangeKeyCompartmentResponse> handler)
Moves a key into a different compartment within the same tenancy.Future<ChangeKeyCompartmentResponse>
KmsManagementAsyncClient. changeKeyCompartment(ChangeKeyCompartmentRequest request, AsyncHandler<ChangeKeyCompartmentRequest,ChangeKeyCompartmentResponse> handler)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type ChangeKeyCompartmentResponse Modifier and Type Method Description Future<ChangeKeyCompartmentResponse>
KmsManagementAsync. changeKeyCompartment(ChangeKeyCompartmentRequest request, AsyncHandler<ChangeKeyCompartmentRequest,ChangeKeyCompartmentResponse> handler)
Moves a key into a different compartment within the same tenancy.Future<ChangeKeyCompartmentResponse>
KmsManagementAsyncClient. changeKeyCompartment(ChangeKeyCompartmentRequest request, AsyncHandler<ChangeKeyCompartmentRequest,ChangeKeyCompartmentResponse> handler)
-
Uses of ChangeKeyCompartmentResponse in com.oracle.bmc.keymanagement.responses
Methods in com.oracle.bmc.keymanagement.responses that return ChangeKeyCompartmentResponse Modifier and Type Method Description ChangeKeyCompartmentResponse
ChangeKeyCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.keymanagement.responses with parameters of type ChangeKeyCompartmentResponse Modifier and Type Method Description ChangeKeyCompartmentResponse.Builder
ChangeKeyCompartmentResponse.Builder. copy(ChangeKeyCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-