Uses of Class
com.oracle.bmc.core.responses.LaunchInstanceConfigurationResponse
-
Packages that use LaunchInstanceConfigurationResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of LaunchInstanceConfigurationResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return LaunchInstanceConfigurationResponse Modifier and Type Method Description LaunchInstanceConfigurationResponse
ComputeManagement. launchInstanceConfiguration(LaunchInstanceConfigurationRequest request)
Creates an instance from an instance configuration.LaunchInstanceConfigurationResponse
ComputeManagementClient. launchInstanceConfiguration(LaunchInstanceConfigurationRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type LaunchInstanceConfigurationResponse Modifier and Type Method Description Future<LaunchInstanceConfigurationResponse>
ComputeManagementAsync. launchInstanceConfiguration(LaunchInstanceConfigurationRequest request, AsyncHandler<LaunchInstanceConfigurationRequest,LaunchInstanceConfigurationResponse> handler)
Creates an instance from an instance configuration.Future<LaunchInstanceConfigurationResponse>
ComputeManagementAsyncClient. launchInstanceConfiguration(LaunchInstanceConfigurationRequest request, AsyncHandler<LaunchInstanceConfigurationRequest,LaunchInstanceConfigurationResponse> handler)
-
Uses of LaunchInstanceConfigurationResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return LaunchInstanceConfigurationResponse Modifier and Type Method Description LaunchInstanceConfigurationResponse
LaunchInstanceConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type LaunchInstanceConfigurationResponse Modifier and Type Method Description LaunchInstanceConfigurationResponse.Builder
LaunchInstanceConfigurationResponse.Builder. copy(LaunchInstanceConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-