Uses of Class
com.oracle.bmc.core.responses.UpdateInstanceConfigurationResponse
-
Packages that use UpdateInstanceConfigurationResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of UpdateInstanceConfigurationResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return UpdateInstanceConfigurationResponse Modifier and Type Method Description UpdateInstanceConfigurationResponse
ComputeManagement. updateInstanceConfiguration(UpdateInstanceConfigurationRequest request)
Updates the free-form tags, defined tags, and display name of an instance configuration.UpdateInstanceConfigurationResponse
ComputeManagementClient. updateInstanceConfiguration(UpdateInstanceConfigurationRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type UpdateInstanceConfigurationResponse Modifier and Type Method Description Future<UpdateInstanceConfigurationResponse>
ComputeManagementAsync. updateInstanceConfiguration(UpdateInstanceConfigurationRequest request, AsyncHandler<UpdateInstanceConfigurationRequest,UpdateInstanceConfigurationResponse> handler)
Updates the free-form tags, defined tags, and display name of an instance configuration.Future<UpdateInstanceConfigurationResponse>
ComputeManagementAsyncClient. updateInstanceConfiguration(UpdateInstanceConfigurationRequest request, AsyncHandler<UpdateInstanceConfigurationRequest,UpdateInstanceConfigurationResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateInstanceConfigurationResponse Modifier and Type Method Description Future<UpdateInstanceConfigurationResponse>
ComputeManagementAsync. updateInstanceConfiguration(UpdateInstanceConfigurationRequest request, AsyncHandler<UpdateInstanceConfigurationRequest,UpdateInstanceConfigurationResponse> handler)
Updates the free-form tags, defined tags, and display name of an instance configuration.Future<UpdateInstanceConfigurationResponse>
ComputeManagementAsyncClient. updateInstanceConfiguration(UpdateInstanceConfigurationRequest request, AsyncHandler<UpdateInstanceConfigurationRequest,UpdateInstanceConfigurationResponse> handler)
-
Uses of UpdateInstanceConfigurationResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return UpdateInstanceConfigurationResponse Modifier and Type Method Description UpdateInstanceConfigurationResponse
UpdateInstanceConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type UpdateInstanceConfigurationResponse Modifier and Type Method Description UpdateInstanceConfigurationResponse.Builder
UpdateInstanceConfigurationResponse.Builder. copy(UpdateInstanceConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-