Uses of Class
com.oracle.bmc.identitydomains.responses.PatchOAuth2ClientCredentialResponse
-
Packages that use PatchOAuth2ClientCredentialResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of PatchOAuth2ClientCredentialResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return PatchOAuth2ClientCredentialResponse Modifier and Type Method Description PatchOAuth2ClientCredentialResponse
IdentityDomains. patchOAuth2ClientCredential(PatchOAuth2ClientCredentialRequest request)
Update a user’s OAuth2 client credentials.PatchOAuth2ClientCredentialResponse
IdentityDomainsClient. patchOAuth2ClientCredential(PatchOAuth2ClientCredentialRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type PatchOAuth2ClientCredentialResponse Modifier and Type Method Description Future<PatchOAuth2ClientCredentialResponse>
IdentityDomainsAsync. patchOAuth2ClientCredential(PatchOAuth2ClientCredentialRequest request, AsyncHandler<PatchOAuth2ClientCredentialRequest,PatchOAuth2ClientCredentialResponse> handler)
Update a user’s OAuth2 client credentials.Future<PatchOAuth2ClientCredentialResponse>
IdentityDomainsAsyncClient. patchOAuth2ClientCredential(PatchOAuth2ClientCredentialRequest request, AsyncHandler<PatchOAuth2ClientCredentialRequest,PatchOAuth2ClientCredentialResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchOAuth2ClientCredentialResponse Modifier and Type Method Description Future<PatchOAuth2ClientCredentialResponse>
IdentityDomainsAsync. patchOAuth2ClientCredential(PatchOAuth2ClientCredentialRequest request, AsyncHandler<PatchOAuth2ClientCredentialRequest,PatchOAuth2ClientCredentialResponse> handler)
Update a user’s OAuth2 client credentials.Future<PatchOAuth2ClientCredentialResponse>
IdentityDomainsAsyncClient. patchOAuth2ClientCredential(PatchOAuth2ClientCredentialRequest request, AsyncHandler<PatchOAuth2ClientCredentialRequest,PatchOAuth2ClientCredentialResponse> handler)
-
Uses of PatchOAuth2ClientCredentialResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return PatchOAuth2ClientCredentialResponse Modifier and Type Method Description PatchOAuth2ClientCredentialResponse
PatchOAuth2ClientCredentialResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PatchOAuth2ClientCredentialResponse Modifier and Type Method Description PatchOAuth2ClientCredentialResponse.Builder
PatchOAuth2ClientCredentialResponse.Builder. copy(PatchOAuth2ClientCredentialResponse o)
Copy method to populate the builder with values from the given instance.
-