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.identitydomains
Methods in com.oracle.bmc.identitydomains that return PatchMyAuthTokenResponse Modifier and Type Method Description PatchMyAuthTokenResponse
IdentityDomains. patchMyAuthToken(PatchMyAuthTokenRequest request)
Update a user’s own Auth token.PatchMyAuthTokenResponse
IdentityDomainsClient. 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.responses
Methods in com.oracle.bmc.identitydomains.responses that return PatchMyAuthTokenResponse Modifier and Type Method Description PatchMyAuthTokenResponse
PatchMyAuthTokenResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PatchMyAuthTokenResponse Modifier and Type Method Description PatchMyAuthTokenResponse.Builder
PatchMyAuthTokenResponse.Builder. copy(PatchMyAuthTokenResponse o)
Copy method to populate the builder with values from the given instance.
-