Uses of Class
com.oracle.bmc.keymanagement.responses.ChangeHsmClusterCompartmentResponse
-
Packages that use ChangeHsmClusterCompartmentResponse Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.responses -
-
Uses of ChangeHsmClusterCompartmentResponse in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement that return ChangeHsmClusterCompartmentResponse Modifier and Type Method Description ChangeHsmClusterCompartmentResponse
KmsHsmCluster. changeHsmClusterCompartment(ChangeHsmClusterCompartmentRequest request)
Moves a HSM Cluster resource to a different compartment within the same tenancy.ChangeHsmClusterCompartmentResponse
KmsHsmClusterClient. changeHsmClusterCompartment(ChangeHsmClusterCompartmentRequest request)
Methods in com.oracle.bmc.keymanagement that return types with arguments of type ChangeHsmClusterCompartmentResponse Modifier and Type Method Description Future<ChangeHsmClusterCompartmentResponse>
KmsHsmClusterAsync. changeHsmClusterCompartment(ChangeHsmClusterCompartmentRequest request, AsyncHandler<ChangeHsmClusterCompartmentRequest,ChangeHsmClusterCompartmentResponse> handler)
Moves a HSM Cluster resource to a different compartment within the same tenancy.Future<ChangeHsmClusterCompartmentResponse>
KmsHsmClusterAsyncClient. changeHsmClusterCompartment(ChangeHsmClusterCompartmentRequest request, AsyncHandler<ChangeHsmClusterCompartmentRequest,ChangeHsmClusterCompartmentResponse> handler)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type ChangeHsmClusterCompartmentResponse Modifier and Type Method Description Future<ChangeHsmClusterCompartmentResponse>
KmsHsmClusterAsync. changeHsmClusterCompartment(ChangeHsmClusterCompartmentRequest request, AsyncHandler<ChangeHsmClusterCompartmentRequest,ChangeHsmClusterCompartmentResponse> handler)
Moves a HSM Cluster resource to a different compartment within the same tenancy.Future<ChangeHsmClusterCompartmentResponse>
KmsHsmClusterAsyncClient. changeHsmClusterCompartment(ChangeHsmClusterCompartmentRequest request, AsyncHandler<ChangeHsmClusterCompartmentRequest,ChangeHsmClusterCompartmentResponse> handler)
-
Uses of ChangeHsmClusterCompartmentResponse in com.oracle.bmc.keymanagement.responses
Methods in com.oracle.bmc.keymanagement.responses that return ChangeHsmClusterCompartmentResponse Modifier and Type Method Description ChangeHsmClusterCompartmentResponse
ChangeHsmClusterCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.keymanagement.responses with parameters of type ChangeHsmClusterCompartmentResponse Modifier and Type Method Description ChangeHsmClusterCompartmentResponse.Builder
ChangeHsmClusterCompartmentResponse.Builder. copy(ChangeHsmClusterCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-