Uses of Class
com.oracle.bmc.osmanagementhub.requests.CreateLifecycleEnvironmentRequest
-
Packages that use CreateLifecycleEnvironmentRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of CreateLifecycleEnvironmentRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type CreateLifecycleEnvironmentRequest Modifier and Type Method Description CreateLifecycleEnvironmentResponse
LifecycleEnvironment. createLifecycleEnvironment(CreateLifecycleEnvironmentRequest request)
Creates a lifecycle environment.Future<CreateLifecycleEnvironmentResponse>
LifecycleEnvironmentAsync. createLifecycleEnvironment(CreateLifecycleEnvironmentRequest request, AsyncHandler<CreateLifecycleEnvironmentRequest,CreateLifecycleEnvironmentResponse> handler)
Creates a lifecycle environment.Future<CreateLifecycleEnvironmentResponse>
LifecycleEnvironmentAsyncClient. createLifecycleEnvironment(CreateLifecycleEnvironmentRequest request, AsyncHandler<CreateLifecycleEnvironmentRequest,CreateLifecycleEnvironmentResponse> handler)
CreateLifecycleEnvironmentResponse
LifecycleEnvironmentClient. createLifecycleEnvironment(CreateLifecycleEnvironmentRequest request)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type CreateLifecycleEnvironmentRequest Modifier and Type Method Description Future<CreateLifecycleEnvironmentResponse>
LifecycleEnvironmentAsync. createLifecycleEnvironment(CreateLifecycleEnvironmentRequest request, AsyncHandler<CreateLifecycleEnvironmentRequest,CreateLifecycleEnvironmentResponse> handler)
Creates a lifecycle environment.Future<CreateLifecycleEnvironmentResponse>
LifecycleEnvironmentAsyncClient. createLifecycleEnvironment(CreateLifecycleEnvironmentRequest request, AsyncHandler<CreateLifecycleEnvironmentRequest,CreateLifecycleEnvironmentResponse> handler)
-
Uses of CreateLifecycleEnvironmentRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return CreateLifecycleEnvironmentRequest Modifier and Type Method Description CreateLifecycleEnvironmentRequest
CreateLifecycleEnvironmentRequest.Builder. build()
Build the instance of CreateLifecycleEnvironmentRequest as configured by this builderCreateLifecycleEnvironmentRequest
CreateLifecycleEnvironmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateLifecycleEnvironmentRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type CreateLifecycleEnvironmentRequest Modifier and Type Method Description CreateLifecycleEnvironmentRequest.Builder
CreateLifecycleEnvironmentRequest.Builder. copy(CreateLifecycleEnvironmentRequest o)
Copy method to populate the builder with values from the given instance.
-