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