Uses of Class
com.oracle.bmc.oda.responses.UpdateAuthenticationProviderResponse
- 
Packages that use UpdateAuthenticationProviderResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses 
- 
- 
Uses of UpdateAuthenticationProviderResponse in com.oracle.bmc.odaMethods in com.oracle.bmc.oda that return UpdateAuthenticationProviderResponse Modifier and Type Method Description UpdateAuthenticationProviderResponseManagement. updateAuthenticationProvider(UpdateAuthenticationProviderRequest request)Updates the specified Authentication Provider with the information in the request body.UpdateAuthenticationProviderResponseManagementClient. updateAuthenticationProvider(UpdateAuthenticationProviderRequest request)Methods in com.oracle.bmc.oda that return types with arguments of type UpdateAuthenticationProviderResponse Modifier and Type Method Description Future<UpdateAuthenticationProviderResponse>ManagementAsync. updateAuthenticationProvider(UpdateAuthenticationProviderRequest request, AsyncHandler<UpdateAuthenticationProviderRequest,UpdateAuthenticationProviderResponse> handler)Updates the specified Authentication Provider with the information in the request body.Future<UpdateAuthenticationProviderResponse>ManagementAsyncClient. updateAuthenticationProvider(UpdateAuthenticationProviderRequest request, AsyncHandler<UpdateAuthenticationProviderRequest,UpdateAuthenticationProviderResponse> handler)Method parameters in com.oracle.bmc.oda with type arguments of type UpdateAuthenticationProviderResponse Modifier and Type Method Description Future<UpdateAuthenticationProviderResponse>ManagementAsync. updateAuthenticationProvider(UpdateAuthenticationProviderRequest request, AsyncHandler<UpdateAuthenticationProviderRequest,UpdateAuthenticationProviderResponse> handler)Updates the specified Authentication Provider with the information in the request body.Future<UpdateAuthenticationProviderResponse>ManagementAsyncClient. updateAuthenticationProvider(UpdateAuthenticationProviderRequest request, AsyncHandler<UpdateAuthenticationProviderRequest,UpdateAuthenticationProviderResponse> handler)
- 
Uses of UpdateAuthenticationProviderResponse in com.oracle.bmc.oda.responsesMethods in com.oracle.bmc.oda.responses that return UpdateAuthenticationProviderResponse Modifier and Type Method Description UpdateAuthenticationProviderResponseUpdateAuthenticationProviderResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type UpdateAuthenticationProviderResponse Modifier and Type Method Description UpdateAuthenticationProviderResponse.BuilderUpdateAuthenticationProviderResponse.Builder. copy(UpdateAuthenticationProviderResponse o)Copy method to populate the builder with values from the given instance.
 
-