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