Uses of Class
com.oracle.bmc.oda.requests.UpdateAuthenticationProviderRequest
-
Packages that use UpdateAuthenticationProviderRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of UpdateAuthenticationProviderRequest in com.oracle.bmc.oda
Method parameters in com.oracle.bmc.oda with type arguments of type UpdateAuthenticationProviderRequest 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 UpdateAuthenticationProviderRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return UpdateAuthenticationProviderRequest Modifier and Type Method Description UpdateAuthenticationProviderRequest
UpdateAuthenticationProviderRequest.Builder. build()
Build the instance of UpdateAuthenticationProviderRequest as configured by this builderUpdateAuthenticationProviderRequest
UpdateAuthenticationProviderRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateAuthenticationProviderRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type UpdateAuthenticationProviderRequest Modifier and Type Method Description UpdateAuthenticationProviderRequest.Builder
UpdateAuthenticationProviderRequest.Builder. copy(UpdateAuthenticationProviderRequest o)
Copy method to populate the builder with values from the given instance.
-