Uses of Class
com.oracle.bmc.oda.responses.CreateAuthenticationProviderResponse
-
Packages that use CreateAuthenticationProviderResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of CreateAuthenticationProviderResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return CreateAuthenticationProviderResponse Modifier and Type Method Description CreateAuthenticationProviderResponse
Management. createAuthenticationProvider(CreateAuthenticationProviderRequest request)
Creates a new Authentication ProviderCreateAuthenticationProviderResponse
ManagementClient. createAuthenticationProvider(CreateAuthenticationProviderRequest request)
Methods in com.oracle.bmc.oda that return types with arguments of type CreateAuthenticationProviderResponse 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)
Method parameters in com.oracle.bmc.oda with type arguments of type CreateAuthenticationProviderResponse 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 CreateAuthenticationProviderResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return CreateAuthenticationProviderResponse Modifier and Type Method Description CreateAuthenticationProviderResponse
CreateAuthenticationProviderResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type CreateAuthenticationProviderResponse Modifier and Type Method Description CreateAuthenticationProviderResponse.Builder
CreateAuthenticationProviderResponse.Builder. copy(CreateAuthenticationProviderResponse o)
Copy method to populate the builder with values from the given instance.
-