Uses of Class
com.oracle.bmc.resourcemanager.responses.UpdateConfigurationSourceProviderResponse
-
Packages that use UpdateConfigurationSourceProviderResponse Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.responses -
-
Uses of UpdateConfigurationSourceProviderResponse in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager that return UpdateConfigurationSourceProviderResponse Modifier and Type Method Description UpdateConfigurationSourceProviderResponse
ResourceManager. updateConfigurationSourceProvider(UpdateConfigurationSourceProviderRequest request)
Updates the properties of the specified configuration source provider.UpdateConfigurationSourceProviderResponse
ResourceManagerClient. updateConfigurationSourceProvider(UpdateConfigurationSourceProviderRequest request)
Methods in com.oracle.bmc.resourcemanager that return types with arguments of type UpdateConfigurationSourceProviderResponse Modifier and Type Method Description Future<UpdateConfigurationSourceProviderResponse>
ResourceManagerAsync. updateConfigurationSourceProvider(UpdateConfigurationSourceProviderRequest request, AsyncHandler<UpdateConfigurationSourceProviderRequest,UpdateConfigurationSourceProviderResponse> handler)
Updates the properties of the specified configuration source provider.Future<UpdateConfigurationSourceProviderResponse>
ResourceManagerAsyncClient. updateConfigurationSourceProvider(UpdateConfigurationSourceProviderRequest request, AsyncHandler<UpdateConfigurationSourceProviderRequest,UpdateConfigurationSourceProviderResponse> handler)
Method parameters in com.oracle.bmc.resourcemanager with type arguments of type UpdateConfigurationSourceProviderResponse Modifier and Type Method Description Future<UpdateConfigurationSourceProviderResponse>
ResourceManagerAsync. updateConfigurationSourceProvider(UpdateConfigurationSourceProviderRequest request, AsyncHandler<UpdateConfigurationSourceProviderRequest,UpdateConfigurationSourceProviderResponse> handler)
Updates the properties of the specified configuration source provider.Future<UpdateConfigurationSourceProviderResponse>
ResourceManagerAsyncClient. updateConfigurationSourceProvider(UpdateConfigurationSourceProviderRequest request, AsyncHandler<UpdateConfigurationSourceProviderRequest,UpdateConfigurationSourceProviderResponse> handler)
-
Uses of UpdateConfigurationSourceProviderResponse in com.oracle.bmc.resourcemanager.responses
Methods in com.oracle.bmc.resourcemanager.responses that return UpdateConfigurationSourceProviderResponse Modifier and Type Method Description UpdateConfigurationSourceProviderResponse
UpdateConfigurationSourceProviderResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.resourcemanager.responses with parameters of type UpdateConfigurationSourceProviderResponse Modifier and Type Method Description UpdateConfigurationSourceProviderResponse.Builder
UpdateConfigurationSourceProviderResponse.Builder. copy(UpdateConfigurationSourceProviderResponse o)
Copy method to populate the builder with values from the given instance.
-