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