Uses of Class
com.oracle.bmc.keymanagement.responses.UpdateHsmClusterResponse
-
Packages that use UpdateHsmClusterResponse Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.responses -
-
Uses of UpdateHsmClusterResponse in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement that return UpdateHsmClusterResponse Modifier and Type Method Description UpdateHsmClusterResponse
KmsHsmCluster. updateHsmCluster(UpdateHsmClusterRequest request)
Modifies properties of an HSM cluster resource, includingdisplayName
,freeformTags
anddefinedTags
.UpdateHsmClusterResponse
KmsHsmClusterClient. updateHsmCluster(UpdateHsmClusterRequest request)
Methods in com.oracle.bmc.keymanagement that return types with arguments of type UpdateHsmClusterResponse Modifier and Type Method Description Future<UpdateHsmClusterResponse>
KmsHsmClusterAsync. updateHsmCluster(UpdateHsmClusterRequest request, AsyncHandler<UpdateHsmClusterRequest,UpdateHsmClusterResponse> handler)
Modifies properties of an HSM cluster resource, includingdisplayName
,freeformTags
anddefinedTags
.Future<UpdateHsmClusterResponse>
KmsHsmClusterAsyncClient. updateHsmCluster(UpdateHsmClusterRequest request, AsyncHandler<UpdateHsmClusterRequest,UpdateHsmClusterResponse> handler)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type UpdateHsmClusterResponse Modifier and Type Method Description Future<UpdateHsmClusterResponse>
KmsHsmClusterAsync. updateHsmCluster(UpdateHsmClusterRequest request, AsyncHandler<UpdateHsmClusterRequest,UpdateHsmClusterResponse> handler)
Modifies properties of an HSM cluster resource, includingdisplayName
,freeformTags
anddefinedTags
.Future<UpdateHsmClusterResponse>
KmsHsmClusterAsyncClient. updateHsmCluster(UpdateHsmClusterRequest request, AsyncHandler<UpdateHsmClusterRequest,UpdateHsmClusterResponse> handler)
-
Uses of UpdateHsmClusterResponse in com.oracle.bmc.keymanagement.responses
Methods in com.oracle.bmc.keymanagement.responses that return UpdateHsmClusterResponse Modifier and Type Method Description UpdateHsmClusterResponse
UpdateHsmClusterResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.keymanagement.responses with parameters of type UpdateHsmClusterResponse Modifier and Type Method Description UpdateHsmClusterResponse.Builder
UpdateHsmClusterResponse.Builder. copy(UpdateHsmClusterResponse o)
Copy method to populate the builder with values from the given instance.
-