Package | Description |
---|---|
com.oracle.bmc.identitydomains.requests |
Modifier and Type | Method and Description |
---|---|
DeleteAuthTokenRequest.Builder |
DeleteAuthTokenRequest.Builder.authorization(String authorization)
The Authorization field value consists of credentials containing the authentication
information of the user agent for the realm of the resource being requested.
|
DeleteAuthTokenRequest.Builder |
DeleteAuthTokenRequest.Builder.authTokenId(String authTokenId)
ID of the resource
|
static DeleteAuthTokenRequest.Builder |
DeleteAuthTokenRequest.builder()
Return a new builder for this request object.
|
DeleteAuthTokenRequest.Builder |
DeleteAuthTokenRequest.Builder.copy(DeleteAuthTokenRequest o)
Copy method to populate the builder with values from the given instance.
|
DeleteAuthTokenRequest.Builder |
DeleteAuthTokenRequest.Builder.forceDelete(Boolean forceDelete)
To force delete the resource and all its references (if any).
|
DeleteAuthTokenRequest.Builder |
DeleteAuthTokenRequest.Builder.ifMatch(String ifMatch)
Used to make the request conditional on an ETag
|
DeleteAuthTokenRequest.Builder |
DeleteAuthTokenRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
DeleteAuthTokenRequest.Builder |
DeleteAuthTokenRequest.Builder.opcRetryToken(String opcRetryToken)
A token you supply to uniquely identify the request and provide idempotency if the
request is retried.
|
DeleteAuthTokenRequest.Builder |
DeleteAuthTokenRequest.Builder.resourceTypeSchemaVersion(String resourceTypeSchemaVersion)
An endpoint-specific schema version number to use in the Request.
|
DeleteAuthTokenRequest.Builder |
DeleteAuthTokenRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
DeleteAuthTokenRequest.Builder |
DeleteAuthTokenRequest.toBuilder()
Return an instance of
DeleteAuthTokenRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.