| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
ConsistencyLevel |
ListIndexRequest.consistencyLevel()
The consistency level to execute the request at.
|
ConsistencyLevel |
GetObjectAttributesRequest.consistencyLevel()
The consistency level at which to retrieve the attributes on an object.
|
ConsistencyLevel |
GetLinkAttributesRequest.consistencyLevel()
The consistency level at which to retrieve the attributes on a typed link.
|
ConsistencyLevel |
ListPolicyAttachmentsRequest.consistencyLevel()
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
ConsistencyLevel |
ListAttachedIndicesRequest.consistencyLevel()
The consistency level to use for this operation.
|
ConsistencyLevel |
BatchReadRequest.consistencyLevel()
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
ConsistencyLevel |
ListOutgoingTypedLinksRequest.consistencyLevel()
The consistency level to execute the request at.
|
ConsistencyLevel |
ListIncomingTypedLinksRequest.consistencyLevel()
The consistency level to execute the request at.
|
ConsistencyLevel |
ListObjectParentsRequest.consistencyLevel()
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
ConsistencyLevel |
ListObjectPoliciesRequest.consistencyLevel()
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
ConsistencyLevel |
ListObjectChildrenRequest.consistencyLevel()
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
ConsistencyLevel |
ListObjectAttributesRequest.consistencyLevel()
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
ConsistencyLevel |
GetObjectInformationRequest.consistencyLevel()
The consistency level at which to retrieve the object information.
|
static ConsistencyLevel |
ConsistencyLevel.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ConsistencyLevel |
ConsistencyLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsistencyLevel[] |
ConsistencyLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ConsistencyLevel> |
ConsistencyLevel.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListIndexRequest.Builder |
ListIndexRequest.Builder.consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to execute the request at.
|
GetObjectAttributesRequest.Builder |
GetObjectAttributesRequest.Builder.consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level at which to retrieve the attributes on an object.
|
GetLinkAttributesRequest.Builder |
GetLinkAttributesRequest.Builder.consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level at which to retrieve the attributes on a typed link.
|
ListPolicyAttachmentsRequest.Builder |
ListPolicyAttachmentsRequest.Builder.consistencyLevel(ConsistencyLevel consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
ListAttachedIndicesRequest.Builder |
ListAttachedIndicesRequest.Builder.consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to use for this operation.
|
BatchReadRequest.Builder |
BatchReadRequest.Builder.consistencyLevel(ConsistencyLevel consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
ListOutgoingTypedLinksRequest.Builder |
ListOutgoingTypedLinksRequest.Builder.consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to execute the request at.
|
ListIncomingTypedLinksRequest.Builder |
ListIncomingTypedLinksRequest.Builder.consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to execute the request at.
|
ListObjectParentsRequest.Builder |
ListObjectParentsRequest.Builder.consistencyLevel(ConsistencyLevel consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
ListObjectPoliciesRequest.Builder |
ListObjectPoliciesRequest.Builder.consistencyLevel(ConsistencyLevel consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
ListObjectChildrenRequest.Builder |
ListObjectChildrenRequest.Builder.consistencyLevel(ConsistencyLevel consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
ListObjectAttributesRequest.Builder |
ListObjectAttributesRequest.Builder.consistencyLevel(ConsistencyLevel consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
GetObjectInformationRequest.Builder |
GetObjectInformationRequest.Builder.consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level at which to retrieve the object information.
|
Copyright © 2022. All rights reserved.