Uses of Class
com.oracle.bmc.oda.requests.CreateAuthenticationProviderRequest
-
Packages that use CreateAuthenticationProviderRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of CreateAuthenticationProviderRequest in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda with parameters of type CreateAuthenticationProviderRequest Modifier and Type Method Description CreateAuthenticationProviderResponse
Management. createAuthenticationProvider(CreateAuthenticationProviderRequest request)
Creates a new Authentication ProviderFuture<CreateAuthenticationProviderResponse>
ManagementAsync. createAuthenticationProvider(CreateAuthenticationProviderRequest request, AsyncHandler<CreateAuthenticationProviderRequest,CreateAuthenticationProviderResponse> handler)
Creates a new Authentication ProviderFuture<CreateAuthenticationProviderResponse>
ManagementAsyncClient. createAuthenticationProvider(CreateAuthenticationProviderRequest request, AsyncHandler<CreateAuthenticationProviderRequest,CreateAuthenticationProviderResponse> handler)
CreateAuthenticationProviderResponse
ManagementClient. createAuthenticationProvider(CreateAuthenticationProviderRequest request)
Method parameters in com.oracle.bmc.oda with type arguments of type CreateAuthenticationProviderRequest Modifier and Type Method Description Future<CreateAuthenticationProviderResponse>
ManagementAsync. createAuthenticationProvider(CreateAuthenticationProviderRequest request, AsyncHandler<CreateAuthenticationProviderRequest,CreateAuthenticationProviderResponse> handler)
Creates a new Authentication ProviderFuture<CreateAuthenticationProviderResponse>
ManagementAsyncClient. createAuthenticationProvider(CreateAuthenticationProviderRequest request, AsyncHandler<CreateAuthenticationProviderRequest,CreateAuthenticationProviderResponse> handler)
-
Uses of CreateAuthenticationProviderRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return CreateAuthenticationProviderRequest Modifier and Type Method Description CreateAuthenticationProviderRequest
CreateAuthenticationProviderRequest.Builder. build()
Build the instance of CreateAuthenticationProviderRequest as configured by this builderCreateAuthenticationProviderRequest
CreateAuthenticationProviderRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateAuthenticationProviderRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type CreateAuthenticationProviderRequest Modifier and Type Method Description CreateAuthenticationProviderRequest.Builder
CreateAuthenticationProviderRequest.Builder. copy(CreateAuthenticationProviderRequest o)
Copy method to populate the builder with values from the given instance.
-