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.oda
Methods in com.oracle.bmc.oda that return UpdateAuthenticationProviderResponse Modifier and Type Method Description UpdateAuthenticationProviderResponse
Management. updateAuthenticationProvider(UpdateAuthenticationProviderRequest request)
Updates the specified Authentication Provider with the information in the request body.UpdateAuthenticationProviderResponse
ManagementClient. 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.responses
Methods in com.oracle.bmc.oda.responses that return UpdateAuthenticationProviderResponse Modifier and Type Method Description UpdateAuthenticationProviderResponse
UpdateAuthenticationProviderResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type UpdateAuthenticationProviderResponse Modifier and Type Method Description UpdateAuthenticationProviderResponse.Builder
UpdateAuthenticationProviderResponse.Builder. copy(UpdateAuthenticationProviderResponse o)
Copy method to populate the builder with values from the given instance.
-