Uses of Class
com.oracle.bmc.cloudbridge.requests.UpdateEnvironmentRequest
-
Packages that use UpdateEnvironmentRequest Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.requests -
-
Uses of UpdateEnvironmentRequest in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge with parameters of type UpdateEnvironmentRequest Modifier and Type Method Description UpdateEnvironmentResponse
OcbAgentSvc. updateEnvironment(UpdateEnvironmentRequest request)
Updates the source environment.Future<UpdateEnvironmentResponse>
OcbAgentSvcAsync. updateEnvironment(UpdateEnvironmentRequest request, AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResponse> handler)
Updates the source environment.Future<UpdateEnvironmentResponse>
OcbAgentSvcAsyncClient. updateEnvironment(UpdateEnvironmentRequest request, AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResponse> handler)
UpdateEnvironmentResponse
OcbAgentSvcClient. updateEnvironment(UpdateEnvironmentRequest request)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type UpdateEnvironmentRequest 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 UpdateEnvironmentRequest in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return UpdateEnvironmentRequest Modifier and Type Method Description UpdateEnvironmentRequest
UpdateEnvironmentRequest.Builder. build()
Build the instance of UpdateEnvironmentRequest as configured by this builderUpdateEnvironmentRequest
UpdateEnvironmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateEnvironmentRequest as configured by this builderMethods in com.oracle.bmc.cloudbridge.requests with parameters of type UpdateEnvironmentRequest Modifier and Type Method Description UpdateEnvironmentRequest.Builder
UpdateEnvironmentRequest.Builder. copy(UpdateEnvironmentRequest o)
Copy method to populate the builder with values from the given instance.
-