Uses of Class
com.oracle.bmc.oda.responses.GetAuthenticationProviderResponse
-
Packages that use GetAuthenticationProviderResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of GetAuthenticationProviderResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return GetAuthenticationProviderResponse Modifier and Type Method Description GetAuthenticationProviderResponse
Management. getAuthenticationProvider(GetAuthenticationProviderRequest request)
Gets the specified Authentication Provider.GetAuthenticationProviderResponse
ManagementClient. getAuthenticationProvider(GetAuthenticationProviderRequest request)
Method parameters in com.oracle.bmc.oda with type arguments of type GetAuthenticationProviderResponse Modifier and Type Method Description Future<GetAuthenticationProviderResponse>
ManagementAsync. getAuthenticationProvider(GetAuthenticationProviderRequest request, AsyncHandler<GetAuthenticationProviderRequest,GetAuthenticationProviderResponse> handler)
Gets the specified Authentication Provider.Future<GetAuthenticationProviderResponse>
ManagementAsyncClient. getAuthenticationProvider(GetAuthenticationProviderRequest request, AsyncHandler<GetAuthenticationProviderRequest,GetAuthenticationProviderResponse> handler)
-
Uses of GetAuthenticationProviderResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return GetAuthenticationProviderResponse Modifier and Type Method Description GetAuthenticationProviderResponse
GetAuthenticationProviderResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type GetAuthenticationProviderResponse Modifier and Type Method Description GetAuthenticationProviderResponse.Builder
GetAuthenticationProviderResponse.Builder. copy(GetAuthenticationProviderResponse o)
Copy method to populate the builder with values from the given instance.
-