Uses of Class
com.oracle.bmc.cloudbridge.requests.CreateEnvironmentRequest
-
Packages that use CreateEnvironmentRequest Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.requests -
-
Uses of CreateEnvironmentRequest in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge with parameters of type CreateEnvironmentRequest Modifier and Type Method Description CreateEnvironmentResponse
OcbAgentSvc. createEnvironment(CreateEnvironmentRequest request)
Creates a source environment.Future<CreateEnvironmentResponse>
OcbAgentSvcAsync. createEnvironment(CreateEnvironmentRequest request, AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResponse> handler)
Creates a source environment.Future<CreateEnvironmentResponse>
OcbAgentSvcAsyncClient. createEnvironment(CreateEnvironmentRequest request, AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResponse> handler)
CreateEnvironmentResponse
OcbAgentSvcClient. createEnvironment(CreateEnvironmentRequest request)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type CreateEnvironmentRequest Modifier and Type Method Description Future<CreateEnvironmentResponse>
OcbAgentSvcAsync. createEnvironment(CreateEnvironmentRequest request, AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResponse> handler)
Creates a source environment.Future<CreateEnvironmentResponse>
OcbAgentSvcAsyncClient. createEnvironment(CreateEnvironmentRequest request, AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResponse> handler)
-
Uses of CreateEnvironmentRequest in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return CreateEnvironmentRequest Modifier and Type Method Description CreateEnvironmentRequest
CreateEnvironmentRequest.Builder. build()
Build the instance of CreateEnvironmentRequest as configured by this builderCreateEnvironmentRequest
CreateEnvironmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateEnvironmentRequest as configured by this builderMethods in com.oracle.bmc.cloudbridge.requests with parameters of type CreateEnvironmentRequest Modifier and Type Method Description CreateEnvironmentRequest.Builder
CreateEnvironmentRequest.Builder. copy(CreateEnvironmentRequest o)
Copy method to populate the builder with values from the given instance.
-