Uses of Class
com.oracle.bmc.identitydomains.requests.PatchAuthTokenRequest
-
Packages that use PatchAuthTokenRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of PatchAuthTokenRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type PatchAuthTokenRequest Modifier and Type Method Description PatchAuthTokenResponse
IdentityDomains. patchAuthToken(PatchAuthTokenRequest request)
Update a user’s Auth token.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)
PatchAuthTokenResponse
IdentityDomainsClient. patchAuthToken(PatchAuthTokenRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchAuthTokenRequest 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 PatchAuthTokenRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return PatchAuthTokenRequest Modifier and Type Method Description PatchAuthTokenRequest
PatchAuthTokenRequest.Builder. build()
Build the instance of PatchAuthTokenRequest as configured by this builderPatchAuthTokenRequest
PatchAuthTokenRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchAuthTokenRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PatchAuthTokenRequest Modifier and Type Method Description PatchAuthTokenRequest.Builder
PatchAuthTokenRequest.Builder. copy(PatchAuthTokenRequest o)
Copy method to populate the builder with values from the given instance.
-