Uses of Class
com.oracle.bmc.keymanagement.model.ChangeHsmClusterCompartmentDetails
-
Packages that use ChangeHsmClusterCompartmentDetails Package Description com.oracle.bmc.keymanagement.model com.oracle.bmc.keymanagement.requests -
-
Uses of ChangeHsmClusterCompartmentDetails in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return ChangeHsmClusterCompartmentDetails Modifier and Type Method Description ChangeHsmClusterCompartmentDetails
ChangeHsmClusterCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.keymanagement.model with parameters of type ChangeHsmClusterCompartmentDetails Modifier and Type Method Description ChangeHsmClusterCompartmentDetails.Builder
ChangeHsmClusterCompartmentDetails.Builder. copy(ChangeHsmClusterCompartmentDetails model)
-
Uses of ChangeHsmClusterCompartmentDetails in com.oracle.bmc.keymanagement.requests
Methods in com.oracle.bmc.keymanagement.requests that return ChangeHsmClusterCompartmentDetails Modifier and Type Method Description ChangeHsmClusterCompartmentDetails
ChangeHsmClusterCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeHsmClusterCompartmentDetails
ChangeHsmClusterCompartmentRequest. getChangeHsmClusterCompartmentDetails()
Details of change HSM Cluster compartment.Methods in com.oracle.bmc.keymanagement.requests with parameters of type ChangeHsmClusterCompartmentDetails Modifier and Type Method Description ChangeHsmClusterCompartmentRequest.Builder
ChangeHsmClusterCompartmentRequest.Builder. body$(ChangeHsmClusterCompartmentDetails body)
Alternative setter for the body parameter.ChangeHsmClusterCompartmentRequest.Builder
ChangeHsmClusterCompartmentRequest.Builder. changeHsmClusterCompartmentDetails(ChangeHsmClusterCompartmentDetails changeHsmClusterCompartmentDetails)
Details of change HSM Cluster compartment.
-