Uses of Class
com.oracle.bmc.cloudbridge.responses.UpdateEnvironmentResponse
-
Packages that use UpdateEnvironmentResponse Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.responses -
-
Uses of UpdateEnvironmentResponse in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return UpdateEnvironmentResponse Modifier and Type Method Description UpdateEnvironmentResponse
OcbAgentSvc. updateEnvironment(UpdateEnvironmentRequest request)
Updates the source environment.UpdateEnvironmentResponse
OcbAgentSvcClient. updateEnvironment(UpdateEnvironmentRequest request)
Methods in com.oracle.bmc.cloudbridge that return types with arguments of type UpdateEnvironmentResponse Modifier and Type Method Description Future<UpdateEnvironmentResponse>
OcbAgentSvcAsync. updateEnvironment(UpdateEnvironmentRequest request, AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResponse> handler)
Updates the source environment.Future<UpdateEnvironmentResponse>
OcbAgentSvcAsyncClient. updateEnvironment(UpdateEnvironmentRequest request, AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResponse> handler)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type UpdateEnvironmentResponse Modifier and Type Method Description Future<UpdateEnvironmentResponse>
OcbAgentSvcAsync. updateEnvironment(UpdateEnvironmentRequest request, AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResponse> handler)
Updates the source environment.Future<UpdateEnvironmentResponse>
OcbAgentSvcAsyncClient. updateEnvironment(UpdateEnvironmentRequest request, AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResponse> handler)
-
Uses of UpdateEnvironmentResponse in com.oracle.bmc.cloudbridge.responses
Methods in com.oracle.bmc.cloudbridge.responses that return UpdateEnvironmentResponse Modifier and Type Method Description UpdateEnvironmentResponse
UpdateEnvironmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudbridge.responses with parameters of type UpdateEnvironmentResponse Modifier and Type Method Description UpdateEnvironmentResponse.Builder
UpdateEnvironmentResponse.Builder. copy(UpdateEnvironmentResponse o)
Copy method to populate the builder with values from the given instance.
-