Uses of Class
com.oracle.bmc.identitydomains.responses.PatchMyAuthTokenResponse
- 
Packages that use PatchMyAuthTokenResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses 
- 
- 
Uses of PatchMyAuthTokenResponse in com.oracle.bmc.identitydomainsMethods in com.oracle.bmc.identitydomains that return PatchMyAuthTokenResponse Modifier and Type Method Description PatchMyAuthTokenResponseIdentityDomains. patchMyAuthToken(PatchMyAuthTokenRequest request)Update a user’s own Auth token.PatchMyAuthTokenResponseIdentityDomainsClient. patchMyAuthToken(PatchMyAuthTokenRequest request)Methods in com.oracle.bmc.identitydomains that return types with arguments of type PatchMyAuthTokenResponse Modifier and Type Method Description Future<PatchMyAuthTokenResponse>IdentityDomainsAsync. patchMyAuthToken(PatchMyAuthTokenRequest request, AsyncHandler<PatchMyAuthTokenRequest,PatchMyAuthTokenResponse> handler)Update a user’s own Auth token.Future<PatchMyAuthTokenResponse>IdentityDomainsAsyncClient. patchMyAuthToken(PatchMyAuthTokenRequest request, AsyncHandler<PatchMyAuthTokenRequest,PatchMyAuthTokenResponse> handler)Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchMyAuthTokenResponse Modifier and Type Method Description Future<PatchMyAuthTokenResponse>IdentityDomainsAsync. patchMyAuthToken(PatchMyAuthTokenRequest request, AsyncHandler<PatchMyAuthTokenRequest,PatchMyAuthTokenResponse> handler)Update a user’s own Auth token.Future<PatchMyAuthTokenResponse>IdentityDomainsAsyncClient. patchMyAuthToken(PatchMyAuthTokenRequest request, AsyncHandler<PatchMyAuthTokenRequest,PatchMyAuthTokenResponse> handler)
- 
Uses of PatchMyAuthTokenResponse in com.oracle.bmc.identitydomains.responsesMethods in com.oracle.bmc.identitydomains.responses that return PatchMyAuthTokenResponse Modifier and Type Method Description PatchMyAuthTokenResponsePatchMyAuthTokenResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PatchMyAuthTokenResponse Modifier and Type Method Description PatchMyAuthTokenResponse.BuilderPatchMyAuthTokenResponse.Builder. copy(PatchMyAuthTokenResponse o)Copy method to populate the builder with values from the given instance.
 
-