Uses of Class
com.oracle.bmc.keymanagement.model.UpdateHsmClusterDetails
-
Packages that use UpdateHsmClusterDetails Package Description com.oracle.bmc.keymanagement.model com.oracle.bmc.keymanagement.requests -
-
Uses of UpdateHsmClusterDetails in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return UpdateHsmClusterDetails Modifier and Type Method Description UpdateHsmClusterDetails
UpdateHsmClusterDetails.Builder. build()
Methods in com.oracle.bmc.keymanagement.model with parameters of type UpdateHsmClusterDetails Modifier and Type Method Description UpdateHsmClusterDetails.Builder
UpdateHsmClusterDetails.Builder. copy(UpdateHsmClusterDetails model)
-
Uses of UpdateHsmClusterDetails in com.oracle.bmc.keymanagement.requests
Methods in com.oracle.bmc.keymanagement.requests that return UpdateHsmClusterDetails Modifier and Type Method Description UpdateHsmClusterDetails
UpdateHsmClusterRequest. getBody$()
Alternative accessor for the body parameter.UpdateHsmClusterDetails
UpdateHsmClusterRequest. getUpdateHsmClusterDetails()
Details of the HsmCluster ResourceMethods in com.oracle.bmc.keymanagement.requests with parameters of type UpdateHsmClusterDetails Modifier and Type Method Description UpdateHsmClusterRequest.Builder
UpdateHsmClusterRequest.Builder. body$(UpdateHsmClusterDetails body)
Alternative setter for the body parameter.UpdateHsmClusterRequest.Builder
UpdateHsmClusterRequest.Builder. updateHsmClusterDetails(UpdateHsmClusterDetails updateHsmClusterDetails)
Details of the HsmCluster Resource
-