Package | Description |
---|---|
com.oracle.bmc.identitydomains | |
com.oracle.bmc.identitydomains.requests |
Modifier and Type | Method and Description |
---|---|
PatchAuthTokenResponse |
IdentityDomainsClient.patchAuthToken(PatchAuthTokenRequest request) |
PatchAuthTokenResponse |
IdentityDomains.patchAuthToken(PatchAuthTokenRequest request)
Update a user’s Auth token.
|
Future<PatchAuthTokenResponse> |
IdentityDomainsAsyncClient.patchAuthToken(PatchAuthTokenRequest request,
AsyncHandler<PatchAuthTokenRequest,PatchAuthTokenResponse> handler) |
Future<PatchAuthTokenResponse> |
IdentityDomainsAsync.patchAuthToken(PatchAuthTokenRequest request,
AsyncHandler<PatchAuthTokenRequest,PatchAuthTokenResponse> handler)
Update a user’s Auth token.
|
Modifier and Type | Method and Description |
---|---|
Future<PatchAuthTokenResponse> |
IdentityDomainsAsyncClient.patchAuthToken(PatchAuthTokenRequest request,
AsyncHandler<PatchAuthTokenRequest,PatchAuthTokenResponse> handler) |
Future<PatchAuthTokenResponse> |
IdentityDomainsAsync.patchAuthToken(PatchAuthTokenRequest request,
AsyncHandler<PatchAuthTokenRequest,PatchAuthTokenResponse> handler)
Update a user’s Auth token.
|
Modifier and Type | Method and Description |
---|---|
PatchAuthTokenRequest |
PatchAuthTokenRequest.Builder.build()
Build the instance of PatchAuthTokenRequest as configured by this builder
|
PatchAuthTokenRequest |
PatchAuthTokenRequest.Builder.buildWithoutInvocationCallback()
Build the instance of PatchAuthTokenRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
PatchAuthTokenRequest.Builder |
PatchAuthTokenRequest.Builder.copy(PatchAuthTokenRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.