Uses of Class
com.oracle.bmc.identitydomains.responses.PutSocialIdentityProviderResponse
-
Packages that use PutSocialIdentityProviderResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of PutSocialIdentityProviderResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return PutSocialIdentityProviderResponse Modifier and Type Method Description PutSocialIdentityProviderResponse
IdentityDomains. putSocialIdentityProvider(PutSocialIdentityProviderRequest request)
Replace a Social Identity ProviderPutSocialIdentityProviderResponse
IdentityDomainsClient. putSocialIdentityProvider(PutSocialIdentityProviderRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type PutSocialIdentityProviderResponse Modifier and Type Method Description Future<PutSocialIdentityProviderResponse>
IdentityDomainsAsync. putSocialIdentityProvider(PutSocialIdentityProviderRequest request, AsyncHandler<PutSocialIdentityProviderRequest,PutSocialIdentityProviderResponse> handler)
Replace a Social Identity ProviderFuture<PutSocialIdentityProviderResponse>
IdentityDomainsAsyncClient. putSocialIdentityProvider(PutSocialIdentityProviderRequest request, AsyncHandler<PutSocialIdentityProviderRequest,PutSocialIdentityProviderResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PutSocialIdentityProviderResponse Modifier and Type Method Description Future<PutSocialIdentityProviderResponse>
IdentityDomainsAsync. putSocialIdentityProvider(PutSocialIdentityProviderRequest request, AsyncHandler<PutSocialIdentityProviderRequest,PutSocialIdentityProviderResponse> handler)
Replace a Social Identity ProviderFuture<PutSocialIdentityProviderResponse>
IdentityDomainsAsyncClient. putSocialIdentityProvider(PutSocialIdentityProviderRequest request, AsyncHandler<PutSocialIdentityProviderRequest,PutSocialIdentityProviderResponse> handler)
-
Uses of PutSocialIdentityProviderResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return PutSocialIdentityProviderResponse Modifier and Type Method Description PutSocialIdentityProviderResponse
PutSocialIdentityProviderResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PutSocialIdentityProviderResponse Modifier and Type Method Description PutSocialIdentityProviderResponse.Builder
PutSocialIdentityProviderResponse.Builder. copy(PutSocialIdentityProviderResponse o)
Copy method to populate the builder with values from the given instance.
-