Uses of Class
com.oracle.bmc.resourcemanager.model.ChangeStackCompartmentDetails
-
Packages that use ChangeStackCompartmentDetails Package Description com.oracle.bmc.resourcemanager.model com.oracle.bmc.resourcemanager.requests -
-
Uses of ChangeStackCompartmentDetails in com.oracle.bmc.resourcemanager.model
Methods in com.oracle.bmc.resourcemanager.model that return ChangeStackCompartmentDetails Modifier and Type Method Description ChangeStackCompartmentDetails
ChangeStackCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.resourcemanager.model with parameters of type ChangeStackCompartmentDetails Modifier and Type Method Description ChangeStackCompartmentDetails.Builder
ChangeStackCompartmentDetails.Builder. copy(ChangeStackCompartmentDetails model)
-
Uses of ChangeStackCompartmentDetails in com.oracle.bmc.resourcemanager.requests
Methods in com.oracle.bmc.resourcemanager.requests that return ChangeStackCompartmentDetails Modifier and Type Method Description ChangeStackCompartmentDetails
ChangeStackCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeStackCompartmentDetails
ChangeStackCompartmentRequest. getChangeStackCompartmentDetails()
Defines the properties of changeStackCompartment operation.Methods in com.oracle.bmc.resourcemanager.requests with parameters of type ChangeStackCompartmentDetails Modifier and Type Method Description ChangeStackCompartmentRequest.Builder
ChangeStackCompartmentRequest.Builder. body$(ChangeStackCompartmentDetails body)
Alternative setter for the body parameter.ChangeStackCompartmentRequest.Builder
ChangeStackCompartmentRequest.Builder. changeStackCompartmentDetails(ChangeStackCompartmentDetails changeStackCompartmentDetails)
Defines the properties of changeStackCompartment operation.
-