| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static ConsistencyLevel |
ConsistencyLevel.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
ListPolicyAttachmentsRequest.setConsistencyLevel(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.
|
void |
ListObjectPoliciesRequest.setConsistencyLevel(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.
|
void |
ListIndexRequest.setConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to execute the request at.
|
void |
ListIncomingTypedLinksRequest.setConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to execute the request at.
|
void |
ListAttachedIndicesRequest.setConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to use for this operation.
|
void |
ListObjectAttributesRequest.setConsistencyLevel(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.
|
void |
GetObjectInformationRequest.setConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level at which to retrieve the object information.
|
void |
ListObjectChildrenRequest.setConsistencyLevel(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.
|
void |
ListObjectParentsRequest.setConsistencyLevel(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.
|
void |
ListOutgoingTypedLinksRequest.setConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to execute the request at.
|
void |
BatchReadRequest.setConsistencyLevel(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.
|
ListPolicyAttachmentsRequest |
ListPolicyAttachmentsRequest.withConsistencyLevel(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 |
ListObjectPoliciesRequest.withConsistencyLevel(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.
|
ListIndexRequest |
ListIndexRequest.withConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to execute the request at.
|
ListIncomingTypedLinksRequest |
ListIncomingTypedLinksRequest.withConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to execute the request at.
|
ListAttachedIndicesRequest |
ListAttachedIndicesRequest.withConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to use for this operation.
|
GetObjectAttributesRequest |
GetObjectAttributesRequest.withConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level at which to retrieve the attributes on an object.
|
GetLinkAttributesRequest |
GetLinkAttributesRequest.withConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level at which to retrieve the attributes on a typed link.
|
ListObjectAttributesRequest |
ListObjectAttributesRequest.withConsistencyLevel(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 |
GetObjectInformationRequest.withConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level at which to retrieve the object information.
|
ListObjectChildrenRequest |
ListObjectChildrenRequest.withConsistencyLevel(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.
|
ListObjectParentsRequest |
ListObjectParentsRequest.withConsistencyLevel(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 |
ListOutgoingTypedLinksRequest.withConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to execute the request at.
|
BatchReadRequest |
BatchReadRequest.withConsistencyLevel(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.
|
Copyright © 2022. All rights reserved.