Uses of Class
software.amazon.awssdk.services.clouddirectory.model.ConsistencyLevel
-
Packages that use ConsistencyLevel Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of ConsistencyLevel in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return ConsistencyLevel Modifier and Type Method Description ConsistencyLevelBatchReadRequest. 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.ConsistencyLevelGetLinkAttributesRequest. consistencyLevel()The consistency level at which to retrieve the attributes on a typed link.ConsistencyLevelGetObjectAttributesRequest. consistencyLevel()The consistency level at which to retrieve the attributes on an object.ConsistencyLevelGetObjectInformationRequest. consistencyLevel()The consistency level at which to retrieve the object information.ConsistencyLevelListAttachedIndicesRequest. consistencyLevel()The consistency level to use for this operation.ConsistencyLevelListIncomingTypedLinksRequest. consistencyLevel()The consistency level to execute the request at.ConsistencyLevelListIndexRequest. consistencyLevel()The consistency level to execute the request at.ConsistencyLevelListObjectAttributesRequest. 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.ConsistencyLevelListObjectChildrenRequest. 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.ConsistencyLevelListObjectParentsRequest. 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.ConsistencyLevelListObjectPoliciesRequest. 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.ConsistencyLevelListOutgoingTypedLinksRequest. consistencyLevel()The consistency level to execute the request at.ConsistencyLevelListPolicyAttachmentsRequest. 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.static ConsistencyLevelConsistencyLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConsistencyLevelConsistencyLevel. 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.Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type ConsistencyLevel Modifier and Type Method Description static Set<ConsistencyLevel>ConsistencyLevel. knownValues()Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type ConsistencyLevel Modifier and Type Method Description BatchReadRequest.BuilderBatchReadRequest.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.GetLinkAttributesRequest.BuilderGetLinkAttributesRequest.Builder. consistencyLevel(ConsistencyLevel consistencyLevel)The consistency level at which to retrieve the attributes on a typed link.GetObjectAttributesRequest.BuilderGetObjectAttributesRequest.Builder. consistencyLevel(ConsistencyLevel consistencyLevel)The consistency level at which to retrieve the attributes on an object.GetObjectInformationRequest.BuilderGetObjectInformationRequest.Builder. consistencyLevel(ConsistencyLevel consistencyLevel)The consistency level at which to retrieve the object information.ListAttachedIndicesRequest.BuilderListAttachedIndicesRequest.Builder. consistencyLevel(ConsistencyLevel consistencyLevel)The consistency level to use for this operation.ListIncomingTypedLinksRequest.BuilderListIncomingTypedLinksRequest.Builder. consistencyLevel(ConsistencyLevel consistencyLevel)The consistency level to execute the request at.ListIndexRequest.BuilderListIndexRequest.Builder. consistencyLevel(ConsistencyLevel consistencyLevel)The consistency level to execute the request at.ListObjectAttributesRequest.BuilderListObjectAttributesRequest.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.BuilderListObjectChildrenRequest.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.ListObjectParentsRequest.BuilderListObjectParentsRequest.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.BuilderListObjectPoliciesRequest.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.BuilderListOutgoingTypedLinksRequest.Builder. consistencyLevel(ConsistencyLevel consistencyLevel)The consistency level to execute the request at.ListPolicyAttachmentsRequest.BuilderListPolicyAttachmentsRequest.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.
-