Uses of Class
com.oracle.bmc.datasafe.model.ChangeAttributeSetCompartmentDetails
-
Packages that use ChangeAttributeSetCompartmentDetails Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of ChangeAttributeSetCompartmentDetails in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return ChangeAttributeSetCompartmentDetails Modifier and Type Method Description ChangeAttributeSetCompartmentDetails
ChangeAttributeSetCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type ChangeAttributeSetCompartmentDetails Modifier and Type Method Description ChangeAttributeSetCompartmentDetails.Builder
ChangeAttributeSetCompartmentDetails.Builder. copy(ChangeAttributeSetCompartmentDetails model)
-
Uses of ChangeAttributeSetCompartmentDetails in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ChangeAttributeSetCompartmentDetails Modifier and Type Method Description ChangeAttributeSetCompartmentDetails
ChangeAttributeSetCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeAttributeSetCompartmentDetails
ChangeAttributeSetCompartmentRequest. getChangeAttributeSetCompartmentDetails()
The details used to change the compartment of an attribute set.Methods in com.oracle.bmc.datasafe.requests with parameters of type ChangeAttributeSetCompartmentDetails Modifier and Type Method Description ChangeAttributeSetCompartmentRequest.Builder
ChangeAttributeSetCompartmentRequest.Builder. body$(ChangeAttributeSetCompartmentDetails body)
Alternative setter for the body parameter.ChangeAttributeSetCompartmentRequest.Builder
ChangeAttributeSetCompartmentRequest.Builder. changeAttributeSetCompartmentDetails(ChangeAttributeSetCompartmentDetails changeAttributeSetCompartmentDetails)
The details used to change the compartment of an attribute set.
-