Uses of Class
com.oracle.bmc.cloudbridge.model.UpdateEnvironmentDetails
-
Packages that use UpdateEnvironmentDetails Package Description com.oracle.bmc.cloudbridge.model com.oracle.bmc.cloudbridge.requests -
-
Uses of UpdateEnvironmentDetails in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return UpdateEnvironmentDetails Modifier and Type Method Description UpdateEnvironmentDetails
UpdateEnvironmentDetails.Builder. build()
Methods in com.oracle.bmc.cloudbridge.model with parameters of type UpdateEnvironmentDetails Modifier and Type Method Description UpdateEnvironmentDetails.Builder
UpdateEnvironmentDetails.Builder. copy(UpdateEnvironmentDetails model)
-
Uses of UpdateEnvironmentDetails in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return UpdateEnvironmentDetails Modifier and Type Method Description UpdateEnvironmentDetails
UpdateEnvironmentRequest. getBody$()
Alternative accessor for the body parameter.UpdateEnvironmentDetails
UpdateEnvironmentRequest. getUpdateEnvironmentDetails()
The information to be updated.Methods in com.oracle.bmc.cloudbridge.requests with parameters of type UpdateEnvironmentDetails Modifier and Type Method Description UpdateEnvironmentRequest.Builder
UpdateEnvironmentRequest.Builder. body$(UpdateEnvironmentDetails body)
Alternative setter for the body parameter.UpdateEnvironmentRequest.Builder
UpdateEnvironmentRequest.Builder. updateEnvironmentDetails(UpdateEnvironmentDetails updateEnvironmentDetails)
The information to be updated.
-