Uses of Class
com.oracle.bmc.osmanagementhub.responses.CreateLifecycleEnvironmentResponse
-
Packages that use CreateLifecycleEnvironmentResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of CreateLifecycleEnvironmentResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return CreateLifecycleEnvironmentResponse Modifier and Type Method Description CreateLifecycleEnvironmentResponse
LifecycleEnvironment. createLifecycleEnvironment(CreateLifecycleEnvironmentRequest request)
Creates a lifecycle environment.CreateLifecycleEnvironmentResponse
LifecycleEnvironmentClient. createLifecycleEnvironment(CreateLifecycleEnvironmentRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type CreateLifecycleEnvironmentResponse 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)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type CreateLifecycleEnvironmentResponse 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 CreateLifecycleEnvironmentResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return CreateLifecycleEnvironmentResponse Modifier and Type Method Description CreateLifecycleEnvironmentResponse
CreateLifecycleEnvironmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type CreateLifecycleEnvironmentResponse Modifier and Type Method Description CreateLifecycleEnvironmentResponse.Builder
CreateLifecycleEnvironmentResponse.Builder. copy(CreateLifecycleEnvironmentResponse o)
Copy method to populate the builder with values from the given instance.
-