Uses of Class
com.oracle.bmc.functions.model.ChangeApplicationCompartmentDetails
-
Packages that use ChangeApplicationCompartmentDetails Package Description com.oracle.bmc.functions.model com.oracle.bmc.functions.requests -
-
Uses of ChangeApplicationCompartmentDetails in com.oracle.bmc.functions.model
Methods in com.oracle.bmc.functions.model that return ChangeApplicationCompartmentDetails Modifier and Type Method Description ChangeApplicationCompartmentDetails
ChangeApplicationCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.functions.model with parameters of type ChangeApplicationCompartmentDetails Modifier and Type Method Description ChangeApplicationCompartmentDetails.Builder
ChangeApplicationCompartmentDetails.Builder. copy(ChangeApplicationCompartmentDetails model)
-
Uses of ChangeApplicationCompartmentDetails in com.oracle.bmc.functions.requests
Methods in com.oracle.bmc.functions.requests that return ChangeApplicationCompartmentDetails Modifier and Type Method Description ChangeApplicationCompartmentDetails
ChangeApplicationCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeApplicationCompartmentDetails
ChangeApplicationCompartmentRequest. getChangeApplicationCompartmentDetails()
Properties to change the compartment of an application.Methods in com.oracle.bmc.functions.requests with parameters of type ChangeApplicationCompartmentDetails Modifier and Type Method Description ChangeApplicationCompartmentRequest.Builder
ChangeApplicationCompartmentRequest.Builder. body$(ChangeApplicationCompartmentDetails body)
Alternative setter for the body parameter.ChangeApplicationCompartmentRequest.Builder
ChangeApplicationCompartmentRequest.Builder. changeApplicationCompartmentDetails(ChangeApplicationCompartmentDetails changeApplicationCompartmentDetails)
Properties to change the compartment of an application.
-