Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

AbstractAmazonCloudDirectory - Class in com.amazonaws.services.clouddirectory
Abstract implementation of AmazonCloudDirectory.
AbstractAmazonCloudDirectory() - Constructor for class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
AbstractAmazonCloudDirectoryAsync - Class in com.amazonaws.services.clouddirectory
Abstract implementation of AmazonCloudDirectoryAsync.
AbstractAmazonCloudDirectoryAsync() - Constructor for class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
AccessDeniedException - Exception in com.amazonaws.services.clouddirectory.model
Access denied.
AccessDeniedException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.AccessDeniedException
Constructs a new AccessDeniedException with the specified error message.
addChildrenEntry(String, String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildrenResponse
 
addChildrenEntry(String, String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenResult
 
addFacetToObject(AddFacetToObjectRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
addFacetToObject(AddFacetToObjectRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Adds a new Facet to an object.
addFacetToObject(AddFacetToObjectRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Adds a new Facet to an object.
addFacetToObjectAsync(AddFacetToObjectRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
addFacetToObjectAsync(AddFacetToObjectRequest, AsyncHandler<AddFacetToObjectRequest, AddFacetToObjectResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
addFacetToObjectAsync(AddFacetToObjectRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Adds a new Facet to an object.
addFacetToObjectAsync(AddFacetToObjectRequest, AsyncHandler<AddFacetToObjectRequest, AddFacetToObjectResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Adds a new Facet to an object.
addFacetToObjectAsync(AddFacetToObjectRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
addFacetToObjectAsync(AddFacetToObjectRequest, AsyncHandler<AddFacetToObjectRequest, AddFacetToObjectResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
AddFacetToObjectRequest - Class in com.amazonaws.services.clouddirectory.model
 
AddFacetToObjectRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.AddFacetToObjectRequest
 
AddFacetToObjectResult - Class in com.amazonaws.services.clouddirectory.model
 
AddFacetToObjectResult() - Constructor for class com.amazonaws.services.clouddirectory.model.AddFacetToObjectResult
 
addParametersEntry(String, String) - Method in class com.amazonaws.services.clouddirectory.model.Rule
 
addParentsEntry(String, String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsResult
 
addRulesEntry(String, Rule) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeDefinition
 
addRulesEntry(String, Rule) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
 
AmazonCloudDirectory - Interface in com.amazonaws.services.clouddirectory
Interface for accessing Amazon CloudDirectory.
AmazonCloudDirectoryAsync - Interface in com.amazonaws.services.clouddirectory
Interface for accessing Amazon CloudDirectory asynchronously.
AmazonCloudDirectoryAsyncClient - Class in com.amazonaws.services.clouddirectory
Client for accessing Amazon CloudDirectory asynchronously.
AmazonCloudDirectoryAsyncClient() - Constructor for class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
AmazonCloudDirectoryAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
AmazonCloudDirectoryAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
AmazonCloudDirectoryAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
AmazonCloudDirectoryAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
AmazonCloudDirectoryAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
AmazonCloudDirectoryAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
AmazonCloudDirectoryAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
AmazonCloudDirectoryAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
AmazonCloudDirectoryAsyncClientBuilder - Class in com.amazonaws.services.clouddirectory
Fluent builder for AmazonCloudDirectoryAsync.
AmazonCloudDirectoryClient - Class in com.amazonaws.services.clouddirectory
Client for accessing Amazon CloudDirectory.
AmazonCloudDirectoryClient() - Constructor for class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
AmazonCloudDirectoryClient(ClientConfiguration) - Constructor for class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
AmazonCloudDirectoryClient(AWSCredentials) - Constructor for class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Deprecated.
use AwsClientBuilder.withCredentials(AWSCredentialsProvider) for example: AmazonCloudDirectoryClientBuilder.standard().withCredentials(new AWSStaticCredentialsProvider(awsCredentials)).build();
AmazonCloudDirectoryClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
AmazonCloudDirectoryClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
AmazonCloudDirectoryClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
AmazonCloudDirectoryClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
AmazonCloudDirectoryClientBuilder - Class in com.amazonaws.services.clouddirectory
Fluent builder for AmazonCloudDirectory.
AmazonCloudDirectoryException - Exception in com.amazonaws.services.clouddirectory.model
Base exception for all service exceptions thrown by Amazon CloudDirectory
AmazonCloudDirectoryException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.AmazonCloudDirectoryException
Constructs a new AmazonCloudDirectoryException with the specified error message.
applySchema(ApplySchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
applySchema(ApplySchemaRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Copies the input published schema, at the specified version, into the Directory with the same name and version as that of the published schema.
applySchema(ApplySchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Copies the input published schema, at the specified version, into the Directory with the same name and version as that of the published schema.
applySchemaAsync(ApplySchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
applySchemaAsync(ApplySchemaRequest, AsyncHandler<ApplySchemaRequest, ApplySchemaResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
applySchemaAsync(ApplySchemaRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Copies the input published schema, at the specified version, into the Directory with the same name and version as that of the published schema.
applySchemaAsync(ApplySchemaRequest, AsyncHandler<ApplySchemaRequest, ApplySchemaResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Copies the input published schema, at the specified version, into the Directory with the same name and version as that of the published schema.
applySchemaAsync(ApplySchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
applySchemaAsync(ApplySchemaRequest, AsyncHandler<ApplySchemaRequest, ApplySchemaResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
ApplySchemaRequest - Class in com.amazonaws.services.clouddirectory.model
 
ApplySchemaRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.ApplySchemaRequest
 
ApplySchemaResult - Class in com.amazonaws.services.clouddirectory.model
 
ApplySchemaResult() - Constructor for class com.amazonaws.services.clouddirectory.model.ApplySchemaResult
 
asyncBuilder() - Static method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
attachObject(AttachObjectRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
attachObject(AttachObjectRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Attaches an existing object to another object.
attachObject(AttachObjectRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Attaches an existing object to another object.
attachObjectAsync(AttachObjectRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
attachObjectAsync(AttachObjectRequest, AsyncHandler<AttachObjectRequest, AttachObjectResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
attachObjectAsync(AttachObjectRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Attaches an existing object to another object.
attachObjectAsync(AttachObjectRequest, AsyncHandler<AttachObjectRequest, AttachObjectResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Attaches an existing object to another object.
attachObjectAsync(AttachObjectRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
attachObjectAsync(AttachObjectRequest, AsyncHandler<AttachObjectRequest, AttachObjectResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
AttachObjectRequest - Class in com.amazonaws.services.clouddirectory.model
 
AttachObjectRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.AttachObjectRequest
 
AttachObjectResult - Class in com.amazonaws.services.clouddirectory.model
 
AttachObjectResult() - Constructor for class com.amazonaws.services.clouddirectory.model.AttachObjectResult
 
attachPolicy(AttachPolicyRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
attachPolicy(AttachPolicyRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Attaches a policy object to a regular object.
attachPolicy(AttachPolicyRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Attaches a policy object to a regular object.
attachPolicyAsync(AttachPolicyRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
attachPolicyAsync(AttachPolicyRequest, AsyncHandler<AttachPolicyRequest, AttachPolicyResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
attachPolicyAsync(AttachPolicyRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Attaches a policy object to a regular object.
attachPolicyAsync(AttachPolicyRequest, AsyncHandler<AttachPolicyRequest, AttachPolicyResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Attaches a policy object to a regular object.
attachPolicyAsync(AttachPolicyRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
attachPolicyAsync(AttachPolicyRequest, AsyncHandler<AttachPolicyRequest, AttachPolicyResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
AttachPolicyRequest - Class in com.amazonaws.services.clouddirectory.model
 
AttachPolicyRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.AttachPolicyRequest
 
AttachPolicyResult - Class in com.amazonaws.services.clouddirectory.model
 
AttachPolicyResult() - Constructor for class com.amazonaws.services.clouddirectory.model.AttachPolicyResult
 
attachToIndex(AttachToIndexRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
attachToIndex(AttachToIndexRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Attaches the specified object to the specified index.
attachToIndex(AttachToIndexRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Attaches the specified object to the specified index.
attachToIndexAsync(AttachToIndexRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
attachToIndexAsync(AttachToIndexRequest, AsyncHandler<AttachToIndexRequest, AttachToIndexResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
attachToIndexAsync(AttachToIndexRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Attaches the specified object to the specified index.
attachToIndexAsync(AttachToIndexRequest, AsyncHandler<AttachToIndexRequest, AttachToIndexResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Attaches the specified object to the specified index.
attachToIndexAsync(AttachToIndexRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
attachToIndexAsync(AttachToIndexRequest, AsyncHandler<AttachToIndexRequest, AttachToIndexResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
AttachToIndexRequest - Class in com.amazonaws.services.clouddirectory.model
 
AttachToIndexRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.AttachToIndexRequest
 
AttachToIndexResult - Class in com.amazonaws.services.clouddirectory.model
 
AttachToIndexResult() - Constructor for class com.amazonaws.services.clouddirectory.model.AttachToIndexResult
 
attachTypedLink(AttachTypedLinkRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
attachTypedLink(AttachTypedLinkRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Attaches a typed link to a specified source and target object.
attachTypedLink(AttachTypedLinkRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Attaches a typed link to a specified source and target object.
attachTypedLinkAsync(AttachTypedLinkRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
attachTypedLinkAsync(AttachTypedLinkRequest, AsyncHandler<AttachTypedLinkRequest, AttachTypedLinkResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
attachTypedLinkAsync(AttachTypedLinkRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Attaches a typed link to a specified source and target object.
attachTypedLinkAsync(AttachTypedLinkRequest, AsyncHandler<AttachTypedLinkRequest, AttachTypedLinkResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Attaches a typed link to a specified source and target object.
attachTypedLinkAsync(AttachTypedLinkRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
attachTypedLinkAsync(AttachTypedLinkRequest, AsyncHandler<AttachTypedLinkRequest, AttachTypedLinkResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
AttachTypedLinkRequest - Class in com.amazonaws.services.clouddirectory.model
 
AttachTypedLinkRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.AttachTypedLinkRequest
 
AttachTypedLinkResult - Class in com.amazonaws.services.clouddirectory.model
 
AttachTypedLinkResult() - Constructor for class com.amazonaws.services.clouddirectory.model.AttachTypedLinkResult
 
AttributeKey - Class in com.amazonaws.services.clouddirectory.model
A unique identifier for an attribute.
AttributeKey() - Constructor for class com.amazonaws.services.clouddirectory.model.AttributeKey
 
AttributeKeyAndValue - Class in com.amazonaws.services.clouddirectory.model
The combination of an attribute key and an attribute value.
AttributeKeyAndValue() - Constructor for class com.amazonaws.services.clouddirectory.model.AttributeKeyAndValue
 
AttributeNameAndValue - Class in com.amazonaws.services.clouddirectory.model
Identifies the attribute name and value for a typed link.
AttributeNameAndValue() - Constructor for class com.amazonaws.services.clouddirectory.model.AttributeNameAndValue
 

B

BatchAddFacetToObject - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a batch add facet to object operation.
BatchAddFacetToObject() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchAddFacetToObject
 
BatchAddFacetToObjectResponse - Class in com.amazonaws.services.clouddirectory.model
The result of a batch add facet to object operation.
BatchAddFacetToObjectResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchAddFacetToObjectResponse
 
BatchAttachObject - Class in com.amazonaws.services.clouddirectory.model
Represents the output of an AttachObject operation.
BatchAttachObject() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchAttachObject
 
BatchAttachObjectResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output batch AttachObject response operation.
BatchAttachObjectResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchAttachObjectResponse
 
BatchAttachPolicy - Class in com.amazonaws.services.clouddirectory.model
Attaches a policy object to a regular object inside a BatchRead operation. For more information, see AttachPolicy and BatchReadRequest$Operations.
BatchAttachPolicy() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchAttachPolicy
 
BatchAttachPolicyResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of an AttachPolicy response operation.
BatchAttachPolicyResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchAttachPolicyResponse
 
BatchAttachToIndex - Class in com.amazonaws.services.clouddirectory.model
Attaches the specified object to the specified index inside a BatchRead operation.
BatchAttachToIndex() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchAttachToIndex
 
BatchAttachToIndexResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a AttachToIndex response operation.
BatchAttachToIndexResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchAttachToIndexResponse
 
BatchAttachTypedLink - Class in com.amazonaws.services.clouddirectory.model
Attaches a typed link to a specified source and target object inside a BatchRead operation.
BatchAttachTypedLink() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLink
 
BatchAttachTypedLinkResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a AttachTypedLink response operation.
BatchAttachTypedLinkResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLinkResponse
 
BatchCreateIndex - Class in com.amazonaws.services.clouddirectory.model
Creates an index object inside of a BatchRead operation.
BatchCreateIndex() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchCreateIndex
 
BatchCreateIndexResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a CreateIndex response operation.
BatchCreateIndexResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchCreateIndexResponse
 
BatchCreateObject - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a CreateObject operation.
BatchCreateObject() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchCreateObject
 
BatchCreateObjectResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a CreateObject response operation.
BatchCreateObjectResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchCreateObjectResponse
 
BatchDeleteObject - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a DeleteObject operation.
BatchDeleteObject() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchDeleteObject
 
BatchDeleteObjectResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a DeleteObject response operation.
BatchDeleteObjectResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchDeleteObjectResponse
 
BatchDetachFromIndex - Class in com.amazonaws.services.clouddirectory.model
Detaches the specified object from the specified index inside a BatchRead operation.
BatchDetachFromIndex() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchDetachFromIndex
 
BatchDetachFromIndexResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a DetachFromIndex response operation.
BatchDetachFromIndexResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchDetachFromIndexResponse
 
BatchDetachObject - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a DetachObject operation.
BatchDetachObject() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchDetachObject
 
BatchDetachObjectResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a DetachObject response operation.
BatchDetachObjectResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchDetachObjectResponse
 
BatchDetachPolicy - Class in com.amazonaws.services.clouddirectory.model
Detaches the specified policy from the specified directory inside a BatchWrite operation.
BatchDetachPolicy() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchDetachPolicy
 
BatchDetachPolicyResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a DetachPolicy response operation.
BatchDetachPolicyResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchDetachPolicyResponse
 
BatchDetachTypedLink - Class in com.amazonaws.services.clouddirectory.model
Detaches a typed link from a specified source and target object inside a BatchRead operation.
BatchDetachTypedLink() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchDetachTypedLink
 
BatchDetachTypedLinkResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a DetachTypedLink response operation.
BatchDetachTypedLinkResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchDetachTypedLinkResponse
 
BatchGetObjectAttributes - Class in com.amazonaws.services.clouddirectory.model
Retrieves attributes within a facet that are associated with an object inside an BatchRead operation.
BatchGetObjectAttributes() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributes
 
BatchGetObjectAttributesResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a GetObjectAttributes response operation.
BatchGetObjectAttributesResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributesResponse
 
BatchGetObjectInformation - Class in com.amazonaws.services.clouddirectory.model
Retrieves metadata about an object inside a BatchRead operation.
BatchGetObjectInformation() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchGetObjectInformation
 
BatchGetObjectInformationResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a GetObjectInformation response operation.
BatchGetObjectInformationResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchGetObjectInformationResponse
 
BatchListAttachedIndices - Class in com.amazonaws.services.clouddirectory.model
Lists indices attached to an object inside a BatchRead operation.
BatchListAttachedIndices() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndices
 
BatchListAttachedIndicesResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a ListAttachedIndices response operation.
BatchListAttachedIndicesResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndicesResponse
 
BatchListIncomingTypedLinks - Class in com.amazonaws.services.clouddirectory.model
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object inside a BatchRead operation.
BatchListIncomingTypedLinks() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinks
 
BatchListIncomingTypedLinksResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a ListIncomingTypedLinks response operation.
BatchListIncomingTypedLinksResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinksResponse
 
BatchListIndex - Class in com.amazonaws.services.clouddirectory.model
Lists objects attached to the specified index inside a BatchRead operation.
BatchListIndex() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchListIndex
 
BatchListIndexResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a ListIndex response operation.
BatchListIndexResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchListIndexResponse
 
BatchListObjectAttributes - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a ListObjectAttributes operation.
BatchListObjectAttributes() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributes
 
BatchListObjectAttributesResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a ListObjectAttributes response operation.
BatchListObjectAttributesResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributesResponse
 
BatchListObjectChildren - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a ListObjectChildren operation.
BatchListObjectChildren() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchListObjectChildren
 
BatchListObjectChildrenResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a ListObjectChildren response operation.
BatchListObjectChildrenResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchListObjectChildrenResponse
 
BatchListObjectParentPaths - Class in com.amazonaws.services.clouddirectory.model
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects inside a BatchRead operation.
BatchListObjectParentPaths() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPaths
 
BatchListObjectParentPathsResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a ListObjectParentPaths response operation.
BatchListObjectParentPathsResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPathsResponse
 
BatchListObjectPolicies - Class in com.amazonaws.services.clouddirectory.model
Returns policies attached to an object in pagination fashion inside a BatchRead operation.
BatchListObjectPolicies() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchListObjectPolicies
 
BatchListObjectPoliciesResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a ListObjectPolicies response operation.
BatchListObjectPoliciesResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchListObjectPoliciesResponse
 
BatchListOutgoingTypedLinks - Class in com.amazonaws.services.clouddirectory.model
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object inside a BatchRead operation.
BatchListOutgoingTypedLinks() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinks
 
BatchListOutgoingTypedLinksResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a ListOutgoingTypedLinks response operation.
BatchListOutgoingTypedLinksResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinksResponse
 
BatchListPolicyAttachments - Class in com.amazonaws.services.clouddirectory.model
Returns all of the ObjectIdentifiers to which a given policy is attached inside a BatchRead operation.
BatchListPolicyAttachments() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachments
 
BatchListPolicyAttachmentsResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a ListPolicyAttachments response operation.
BatchListPolicyAttachmentsResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachmentsResponse
 
BatchLookupPolicy - Class in com.amazonaws.services.clouddirectory.model
Lists all policies from the root of the Directory to the object specified inside a BatchRead operation.
BatchLookupPolicy() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchLookupPolicy
 
BatchLookupPolicyResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a LookupPolicy response operation.
BatchLookupPolicyResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchLookupPolicyResponse
 
batchRead(BatchReadRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
batchRead(BatchReadRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Performs all the read operations in a batch.
batchRead(BatchReadRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Performs all the read operations in a batch.
batchReadAsync(BatchReadRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
batchReadAsync(BatchReadRequest, AsyncHandler<BatchReadRequest, BatchReadResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
batchReadAsync(BatchReadRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Performs all the read operations in a batch.
batchReadAsync(BatchReadRequest, AsyncHandler<BatchReadRequest, BatchReadResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Performs all the read operations in a batch.
batchReadAsync(BatchReadRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
batchReadAsync(BatchReadRequest, AsyncHandler<BatchReadRequest, BatchReadResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
BatchReadException - Class in com.amazonaws.services.clouddirectory.model
The batch read exception structure, which contains the exception type and message.
BatchReadException() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchReadException
 
BatchReadExceptionType - Enum in com.amazonaws.services.clouddirectory.model
 
BatchReadOperation - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a BatchRead operation.
BatchReadOperation() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchReadOperation
 
BatchReadOperationResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a BatchRead response operation.
BatchReadOperationResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchReadOperationResponse
 
BatchReadRequest - Class in com.amazonaws.services.clouddirectory.model
 
BatchReadRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchReadRequest
 
BatchReadResult - Class in com.amazonaws.services.clouddirectory.model
 
BatchReadResult() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchReadResult
 
BatchReadSuccessfulResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a BatchRead success response operation.
BatchReadSuccessfulResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
 
BatchRemoveFacetFromObject - Class in com.amazonaws.services.clouddirectory.model
A batch operation to remove a facet from an object.
BatchRemoveFacetFromObject() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchRemoveFacetFromObject
 
BatchRemoveFacetFromObjectResponse - Class in com.amazonaws.services.clouddirectory.model
An empty result that represents success.
BatchRemoveFacetFromObjectResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchRemoveFacetFromObjectResponse
 
BatchUpdateObjectAttributes - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a BatchUpdate operation.
BatchUpdateObjectAttributes() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchUpdateObjectAttributes
 
BatchUpdateObjectAttributesResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a BatchUpdate response operation.
BatchUpdateObjectAttributesResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchUpdateObjectAttributesResponse
 
batchWrite(BatchWriteRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
batchWrite(BatchWriteRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Performs all the write operations in a batch.
batchWrite(BatchWriteRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Performs all the write operations in a batch.
batchWriteAsync(BatchWriteRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
batchWriteAsync(BatchWriteRequest, AsyncHandler<BatchWriteRequest, BatchWriteResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
batchWriteAsync(BatchWriteRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Performs all the write operations in a batch.
batchWriteAsync(BatchWriteRequest, AsyncHandler<BatchWriteRequest, BatchWriteResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Performs all the write operations in a batch.
batchWriteAsync(BatchWriteRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
batchWriteAsync(BatchWriteRequest, AsyncHandler<BatchWriteRequest, BatchWriteResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
BatchWriteException - Exception in com.amazonaws.services.clouddirectory.model
A BatchWrite exception has occurred.
BatchWriteException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.BatchWriteException
Constructs a new BatchWriteException with the specified error message.
BatchWriteExceptionType - Enum in com.amazonaws.services.clouddirectory.model
 
BatchWriteOperation - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a BatchWrite operation.
BatchWriteOperation() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
 
BatchWriteOperationResponse - Class in com.amazonaws.services.clouddirectory.model
Represents the output of a BatchWrite response operation.
BatchWriteOperationResponse() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
 
BatchWriteRequest - Class in com.amazonaws.services.clouddirectory.model
 
BatchWriteRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchWriteRequest
 
BatchWriteResult - Class in com.amazonaws.services.clouddirectory.model
 
BatchWriteResult() - Constructor for class com.amazonaws.services.clouddirectory.model.BatchWriteResult
 
build(AwsAsyncClientParams) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClientBuilder
Construct an asynchronous implementation of AmazonCloudDirectoryAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClientBuilder
Construct a synchronous implementation of AmazonCloudDirectory using the current builder configuration.
builder() - Static method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
 

C

CannotListParentOfRootException - Exception in com.amazonaws.services.clouddirectory.model
Cannot list the parents of a Directory root.
CannotListParentOfRootException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.CannotListParentOfRootException
Constructs a new CannotListParentOfRootException with the specified error message.
clearChildrenEntries() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildrenResponse
Removes all the entries added into Children.
clearChildrenEntries() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenResult
Removes all the entries added into Children.
clearParametersEntries() - Method in class com.amazonaws.services.clouddirectory.model.Rule
Removes all the entries added into Parameters.
clearParentsEntries() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsResult
Removes all the entries added into Parents.
clearRulesEntries() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeDefinition
Removes all the entries added into Rules.
clearRulesEntries() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
Removes all the entries added into Rules.
clone() - Method in class com.amazonaws.services.clouddirectory.model.AddFacetToObjectRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.AddFacetToObjectResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ApplySchemaRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ApplySchemaResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.AttachObjectRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.AttachObjectResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.AttachPolicyRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.AttachPolicyResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.AttachToIndexRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.AttachToIndexResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.AttributeKey
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.AttributeKeyAndValue
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.AttributeNameAndValue
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchAddFacetToObject
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchAddFacetToObjectResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachObject
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachObjectResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachPolicy
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachPolicyResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachToIndex
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachToIndexResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLink
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLinkResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndex
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndexResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObject
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObjectResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchDeleteObject
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchDeleteObjectResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachFromIndex
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachFromIndexResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachObject
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachObjectResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachPolicy
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachPolicyResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachTypedLink
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachTypedLinkResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributes
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributesResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectInformation
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectInformationResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndices
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndicesResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinks
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinksResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndex
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndexResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributes
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributesResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildren
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildrenResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPaths
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPathsResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPolicies
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPoliciesResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinks
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinksResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachments
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachmentsResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicy
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicyResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadException
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperationResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchRemoveFacetFromObject
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchRemoveFacetFromObjectResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchUpdateObjectAttributes
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchUpdateObjectAttributesResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.CreateFacetRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.CreateFacetResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.CreateSchemaRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.CreateSchemaResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.CreateTypedLinkFacetRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.CreateTypedLinkFacetResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.DeleteDirectoryRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.DeleteDirectoryResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.DeleteFacetRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.DeleteFacetResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.DeleteObjectRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.DeleteObjectResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.DeleteSchemaRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.DeleteSchemaResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.DeleteTypedLinkFacetRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.DeleteTypedLinkFacetResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.DetachFromIndexRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.DetachFromIndexResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.DetachObjectRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.DetachObjectResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.DetachPolicyRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.DetachPolicyResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.DetachTypedLinkRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.DetachTypedLinkResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.Directory
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.DisableDirectoryRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.DisableDirectoryResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.EnableDirectoryRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.EnableDirectoryResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.Facet
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttribute
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeDefinition
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeReference
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeUpdate
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.GetAppliedSchemaVersionRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.GetAppliedSchemaVersionResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.GetDirectoryRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.GetDirectoryResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.GetFacetRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.GetFacetResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.GetSchemaAsJsonRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.GetSchemaAsJsonResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.GetTypedLinkFacetInformationRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.GetTypedLinkFacetInformationResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.IndexAttachment
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListDevelopmentSchemaArnsRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListDevelopmentSchemaArnsResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListFacetNamesRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListFacetNamesResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListIndexRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListIndexResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListTagsForResourceRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListTagsForResourceResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeAction
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeRange
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeUpdate
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.ObjectReference
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.PathToObjectIdentifiers
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.PolicyAttachment
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.PolicyToPath
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.PublishSchemaRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.PublishSchemaResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.PutSchemaFromJsonRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.PutSchemaFromJsonResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.RemoveFacetFromObjectRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.RemoveFacetFromObjectResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.Rule
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.SchemaFacet
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.Tag
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.TagResourceRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.TagResourceResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValue
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValueRange
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeRange
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacet
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacetAttributeUpdate
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSchemaAndFacetName
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSpecifier
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.UntagResourceRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.UntagResourceResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.UpdateFacetRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.UpdateFacetResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.UpdateObjectAttributesRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.UpdateObjectAttributesResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.UpdateSchemaRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.UpdateSchemaResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.UpdateTypedLinkFacetRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.UpdateTypedLinkFacetResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaResult
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaRequest
 
clone() - Method in class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaResult
 
com.amazonaws.services.clouddirectory - package com.amazonaws.services.clouddirectory
Amazon Cloud Directory
com.amazonaws.services.clouddirectory.model - package com.amazonaws.services.clouddirectory.model
 
configFactory - Static variable in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Client configuration factory providing ClientConfigurations tailored to this client
ConsistencyLevel - Enum in com.amazonaws.services.clouddirectory.model
 
createDirectory(CreateDirectoryRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
createDirectory(CreateDirectoryRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Creates a Directory by copying the published schema into the directory.
createDirectory(CreateDirectoryRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Creates a Directory by copying the published schema into the directory.
createDirectoryAsync(CreateDirectoryRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
createDirectoryAsync(CreateDirectoryRequest, AsyncHandler<CreateDirectoryRequest, CreateDirectoryResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
createDirectoryAsync(CreateDirectoryRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Creates a Directory by copying the published schema into the directory.
createDirectoryAsync(CreateDirectoryRequest, AsyncHandler<CreateDirectoryRequest, CreateDirectoryResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Creates a Directory by copying the published schema into the directory.
createDirectoryAsync(CreateDirectoryRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
createDirectoryAsync(CreateDirectoryRequest, AsyncHandler<CreateDirectoryRequest, CreateDirectoryResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
CreateDirectoryRequest - Class in com.amazonaws.services.clouddirectory.model
 
CreateDirectoryRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.CreateDirectoryRequest
 
CreateDirectoryResult - Class in com.amazonaws.services.clouddirectory.model
 
CreateDirectoryResult() - Constructor for class com.amazonaws.services.clouddirectory.model.CreateDirectoryResult
 
createFacet(CreateFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
createFacet(CreateFacetRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Creates a new Facet in a schema.
createFacet(CreateFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Creates a new Facet in a schema.
createFacetAsync(CreateFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
createFacetAsync(CreateFacetRequest, AsyncHandler<CreateFacetRequest, CreateFacetResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
createFacetAsync(CreateFacetRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Creates a new Facet in a schema.
createFacetAsync(CreateFacetRequest, AsyncHandler<CreateFacetRequest, CreateFacetResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Creates a new Facet in a schema.
createFacetAsync(CreateFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
createFacetAsync(CreateFacetRequest, AsyncHandler<CreateFacetRequest, CreateFacetResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
CreateFacetRequest - Class in com.amazonaws.services.clouddirectory.model
 
CreateFacetRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.CreateFacetRequest
 
CreateFacetResult - Class in com.amazonaws.services.clouddirectory.model
 
CreateFacetResult() - Constructor for class com.amazonaws.services.clouddirectory.model.CreateFacetResult
 
createIndex(CreateIndexRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
createIndex(CreateIndexRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Creates an index object.
createIndex(CreateIndexRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Creates an index object.
createIndexAsync(CreateIndexRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
createIndexAsync(CreateIndexRequest, AsyncHandler<CreateIndexRequest, CreateIndexResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
createIndexAsync(CreateIndexRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Creates an index object.
createIndexAsync(CreateIndexRequest, AsyncHandler<CreateIndexRequest, CreateIndexResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Creates an index object.
createIndexAsync(CreateIndexRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
createIndexAsync(CreateIndexRequest, AsyncHandler<CreateIndexRequest, CreateIndexResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
CreateIndexRequest - Class in com.amazonaws.services.clouddirectory.model
 
CreateIndexRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.CreateIndexRequest
 
CreateIndexResult - Class in com.amazonaws.services.clouddirectory.model
 
CreateIndexResult() - Constructor for class com.amazonaws.services.clouddirectory.model.CreateIndexResult
 
createObject(CreateObjectRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
createObject(CreateObjectRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Creates an object in a Directory.
createObject(CreateObjectRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Creates an object in a Directory.
createObjectAsync(CreateObjectRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
createObjectAsync(CreateObjectRequest, AsyncHandler<CreateObjectRequest, CreateObjectResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
createObjectAsync(CreateObjectRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Creates an object in a Directory.
createObjectAsync(CreateObjectRequest, AsyncHandler<CreateObjectRequest, CreateObjectResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Creates an object in a Directory.
createObjectAsync(CreateObjectRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
createObjectAsync(CreateObjectRequest, AsyncHandler<CreateObjectRequest, CreateObjectResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
CreateObjectRequest - Class in com.amazonaws.services.clouddirectory.model
 
CreateObjectRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.CreateObjectRequest
 
CreateObjectResult - Class in com.amazonaws.services.clouddirectory.model
 
CreateObjectResult() - Constructor for class com.amazonaws.services.clouddirectory.model.CreateObjectResult
 
createSchema(CreateSchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
createSchema(CreateSchemaRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Creates a new schema in a development state.
createSchema(CreateSchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Creates a new schema in a development state.
createSchemaAsync(CreateSchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
createSchemaAsync(CreateSchemaRequest, AsyncHandler<CreateSchemaRequest, CreateSchemaResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
createSchemaAsync(CreateSchemaRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Creates a new schema in a development state.
createSchemaAsync(CreateSchemaRequest, AsyncHandler<CreateSchemaRequest, CreateSchemaResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Creates a new schema in a development state.
createSchemaAsync(CreateSchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
createSchemaAsync(CreateSchemaRequest, AsyncHandler<CreateSchemaRequest, CreateSchemaResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
CreateSchemaRequest - Class in com.amazonaws.services.clouddirectory.model
 
CreateSchemaRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.CreateSchemaRequest
 
CreateSchemaResult - Class in com.amazonaws.services.clouddirectory.model
 
CreateSchemaResult() - Constructor for class com.amazonaws.services.clouddirectory.model.CreateSchemaResult
 
createTypedLinkFacet(CreateTypedLinkFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
createTypedLinkFacet(CreateTypedLinkFacetRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Creates a TypedLinkFacet.
createTypedLinkFacet(CreateTypedLinkFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Creates a TypedLinkFacet.
createTypedLinkFacetAsync(CreateTypedLinkFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
createTypedLinkFacetAsync(CreateTypedLinkFacetRequest, AsyncHandler<CreateTypedLinkFacetRequest, CreateTypedLinkFacetResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
createTypedLinkFacetAsync(CreateTypedLinkFacetRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Creates a TypedLinkFacet.
createTypedLinkFacetAsync(CreateTypedLinkFacetRequest, AsyncHandler<CreateTypedLinkFacetRequest, CreateTypedLinkFacetResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Creates a TypedLinkFacet.
createTypedLinkFacetAsync(CreateTypedLinkFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
createTypedLinkFacetAsync(CreateTypedLinkFacetRequest, AsyncHandler<CreateTypedLinkFacetRequest, CreateTypedLinkFacetResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
CreateTypedLinkFacetRequest - Class in com.amazonaws.services.clouddirectory.model
 
CreateTypedLinkFacetRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.CreateTypedLinkFacetRequest
 
CreateTypedLinkFacetResult - Class in com.amazonaws.services.clouddirectory.model
 
CreateTypedLinkFacetResult() - Constructor for class com.amazonaws.services.clouddirectory.model.CreateTypedLinkFacetResult
 

D

defaultClient() - Static method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClientBuilder
 
deleteDirectory(DeleteDirectoryRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
deleteDirectory(DeleteDirectoryRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Deletes a directory.
deleteDirectory(DeleteDirectoryRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Deletes a directory.
deleteDirectoryAsync(DeleteDirectoryRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
deleteDirectoryAsync(DeleteDirectoryRequest, AsyncHandler<DeleteDirectoryRequest, DeleteDirectoryResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
deleteDirectoryAsync(DeleteDirectoryRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Deletes a directory.
deleteDirectoryAsync(DeleteDirectoryRequest, AsyncHandler<DeleteDirectoryRequest, DeleteDirectoryResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Deletes a directory.
deleteDirectoryAsync(DeleteDirectoryRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
deleteDirectoryAsync(DeleteDirectoryRequest, AsyncHandler<DeleteDirectoryRequest, DeleteDirectoryResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
DeleteDirectoryRequest - Class in com.amazonaws.services.clouddirectory.model
 
DeleteDirectoryRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.DeleteDirectoryRequest
 
DeleteDirectoryResult - Class in com.amazonaws.services.clouddirectory.model
 
DeleteDirectoryResult() - Constructor for class com.amazonaws.services.clouddirectory.model.DeleteDirectoryResult
 
deleteFacet(DeleteFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
deleteFacet(DeleteFacetRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Deletes a given Facet.
deleteFacet(DeleteFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Deletes a given Facet.
deleteFacetAsync(DeleteFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
deleteFacetAsync(DeleteFacetRequest, AsyncHandler<DeleteFacetRequest, DeleteFacetResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
deleteFacetAsync(DeleteFacetRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Deletes a given Facet.
deleteFacetAsync(DeleteFacetRequest, AsyncHandler<DeleteFacetRequest, DeleteFacetResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Deletes a given Facet.
deleteFacetAsync(DeleteFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
deleteFacetAsync(DeleteFacetRequest, AsyncHandler<DeleteFacetRequest, DeleteFacetResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
DeleteFacetRequest - Class in com.amazonaws.services.clouddirectory.model
 
DeleteFacetRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.DeleteFacetRequest
 
DeleteFacetResult - Class in com.amazonaws.services.clouddirectory.model
 
DeleteFacetResult() - Constructor for class com.amazonaws.services.clouddirectory.model.DeleteFacetResult
 
deleteObject(DeleteObjectRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
deleteObject(DeleteObjectRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Deletes an object and its associated attributes.
deleteObject(DeleteObjectRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Deletes an object and its associated attributes.
deleteObjectAsync(DeleteObjectRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
deleteObjectAsync(DeleteObjectRequest, AsyncHandler<DeleteObjectRequest, DeleteObjectResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
deleteObjectAsync(DeleteObjectRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Deletes an object and its associated attributes.
deleteObjectAsync(DeleteObjectRequest, AsyncHandler<DeleteObjectRequest, DeleteObjectResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Deletes an object and its associated attributes.
deleteObjectAsync(DeleteObjectRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
deleteObjectAsync(DeleteObjectRequest, AsyncHandler<DeleteObjectRequest, DeleteObjectResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
DeleteObjectRequest - Class in com.amazonaws.services.clouddirectory.model
 
DeleteObjectRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.DeleteObjectRequest
 
DeleteObjectResult - Class in com.amazonaws.services.clouddirectory.model
 
DeleteObjectResult() - Constructor for class com.amazonaws.services.clouddirectory.model.DeleteObjectResult
 
deleteSchema(DeleteSchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
deleteSchema(DeleteSchemaRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Deletes a given schema.
deleteSchema(DeleteSchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Deletes a given schema.
deleteSchemaAsync(DeleteSchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
deleteSchemaAsync(DeleteSchemaRequest, AsyncHandler<DeleteSchemaRequest, DeleteSchemaResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
deleteSchemaAsync(DeleteSchemaRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Deletes a given schema.
deleteSchemaAsync(DeleteSchemaRequest, AsyncHandler<DeleteSchemaRequest, DeleteSchemaResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Deletes a given schema.
deleteSchemaAsync(DeleteSchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
deleteSchemaAsync(DeleteSchemaRequest, AsyncHandler<DeleteSchemaRequest, DeleteSchemaResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
DeleteSchemaRequest - Class in com.amazonaws.services.clouddirectory.model
 
DeleteSchemaRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.DeleteSchemaRequest
 
DeleteSchemaResult - Class in com.amazonaws.services.clouddirectory.model
 
DeleteSchemaResult() - Constructor for class com.amazonaws.services.clouddirectory.model.DeleteSchemaResult
 
deleteTypedLinkFacet(DeleteTypedLinkFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
deleteTypedLinkFacet(DeleteTypedLinkFacetRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Deletes a TypedLinkFacet.
deleteTypedLinkFacet(DeleteTypedLinkFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Deletes a TypedLinkFacet.
deleteTypedLinkFacetAsync(DeleteTypedLinkFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
deleteTypedLinkFacetAsync(DeleteTypedLinkFacetRequest, AsyncHandler<DeleteTypedLinkFacetRequest, DeleteTypedLinkFacetResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
deleteTypedLinkFacetAsync(DeleteTypedLinkFacetRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Deletes a TypedLinkFacet.
deleteTypedLinkFacetAsync(DeleteTypedLinkFacetRequest, AsyncHandler<DeleteTypedLinkFacetRequest, DeleteTypedLinkFacetResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Deletes a TypedLinkFacet.
deleteTypedLinkFacetAsync(DeleteTypedLinkFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
deleteTypedLinkFacetAsync(DeleteTypedLinkFacetRequest, AsyncHandler<DeleteTypedLinkFacetRequest, DeleteTypedLinkFacetResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
DeleteTypedLinkFacetRequest - Class in com.amazonaws.services.clouddirectory.model
 
DeleteTypedLinkFacetRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.DeleteTypedLinkFacetRequest
 
DeleteTypedLinkFacetResult - Class in com.amazonaws.services.clouddirectory.model
 
DeleteTypedLinkFacetResult() - Constructor for class com.amazonaws.services.clouddirectory.model.DeleteTypedLinkFacetResult
 
detachFromIndex(DetachFromIndexRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
detachFromIndex(DetachFromIndexRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Detaches the specified object from the specified index.
detachFromIndex(DetachFromIndexRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Detaches the specified object from the specified index.
detachFromIndexAsync(DetachFromIndexRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
detachFromIndexAsync(DetachFromIndexRequest, AsyncHandler<DetachFromIndexRequest, DetachFromIndexResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
detachFromIndexAsync(DetachFromIndexRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Detaches the specified object from the specified index.
detachFromIndexAsync(DetachFromIndexRequest, AsyncHandler<DetachFromIndexRequest, DetachFromIndexResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Detaches the specified object from the specified index.
detachFromIndexAsync(DetachFromIndexRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
detachFromIndexAsync(DetachFromIndexRequest, AsyncHandler<DetachFromIndexRequest, DetachFromIndexResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
DetachFromIndexRequest - Class in com.amazonaws.services.clouddirectory.model
 
DetachFromIndexRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.DetachFromIndexRequest
 
DetachFromIndexResult - Class in com.amazonaws.services.clouddirectory.model
 
DetachFromIndexResult() - Constructor for class com.amazonaws.services.clouddirectory.model.DetachFromIndexResult
 
detachObject(DetachObjectRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
detachObject(DetachObjectRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Detaches a given object from the parent object.
detachObject(DetachObjectRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Detaches a given object from the parent object.
detachObjectAsync(DetachObjectRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
detachObjectAsync(DetachObjectRequest, AsyncHandler<DetachObjectRequest, DetachObjectResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
detachObjectAsync(DetachObjectRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Detaches a given object from the parent object.
detachObjectAsync(DetachObjectRequest, AsyncHandler<DetachObjectRequest, DetachObjectResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Detaches a given object from the parent object.
detachObjectAsync(DetachObjectRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
detachObjectAsync(DetachObjectRequest, AsyncHandler<DetachObjectRequest, DetachObjectResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
DetachObjectRequest - Class in com.amazonaws.services.clouddirectory.model
 
DetachObjectRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.DetachObjectRequest
 
DetachObjectResult - Class in com.amazonaws.services.clouddirectory.model
 
DetachObjectResult() - Constructor for class com.amazonaws.services.clouddirectory.model.DetachObjectResult
 
detachPolicy(DetachPolicyRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
detachPolicy(DetachPolicyRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Detaches a policy from an object.
detachPolicy(DetachPolicyRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Detaches a policy from an object.
detachPolicyAsync(DetachPolicyRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
detachPolicyAsync(DetachPolicyRequest, AsyncHandler<DetachPolicyRequest, DetachPolicyResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
detachPolicyAsync(DetachPolicyRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Detaches a policy from an object.
detachPolicyAsync(DetachPolicyRequest, AsyncHandler<DetachPolicyRequest, DetachPolicyResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Detaches a policy from an object.
detachPolicyAsync(DetachPolicyRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
detachPolicyAsync(DetachPolicyRequest, AsyncHandler<DetachPolicyRequest, DetachPolicyResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
DetachPolicyRequest - Class in com.amazonaws.services.clouddirectory.model
 
DetachPolicyRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.DetachPolicyRequest
 
DetachPolicyResult - Class in com.amazonaws.services.clouddirectory.model
 
DetachPolicyResult() - Constructor for class com.amazonaws.services.clouddirectory.model.DetachPolicyResult
 
detachTypedLink(DetachTypedLinkRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
detachTypedLink(DetachTypedLinkRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Detaches a typed link from a specified source and target object.
detachTypedLink(DetachTypedLinkRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Detaches a typed link from a specified source and target object.
detachTypedLinkAsync(DetachTypedLinkRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
detachTypedLinkAsync(DetachTypedLinkRequest, AsyncHandler<DetachTypedLinkRequest, DetachTypedLinkResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
detachTypedLinkAsync(DetachTypedLinkRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Detaches a typed link from a specified source and target object.
detachTypedLinkAsync(DetachTypedLinkRequest, AsyncHandler<DetachTypedLinkRequest, DetachTypedLinkResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Detaches a typed link from a specified source and target object.
detachTypedLinkAsync(DetachTypedLinkRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
detachTypedLinkAsync(DetachTypedLinkRequest, AsyncHandler<DetachTypedLinkRequest, DetachTypedLinkResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
DetachTypedLinkRequest - Class in com.amazonaws.services.clouddirectory.model
 
DetachTypedLinkRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.DetachTypedLinkRequest
 
DetachTypedLinkResult - Class in com.amazonaws.services.clouddirectory.model
 
DetachTypedLinkResult() - Constructor for class com.amazonaws.services.clouddirectory.model.DetachTypedLinkResult
 
Directory - Class in com.amazonaws.services.clouddirectory.model
Directory structure that includes the directory name and directory ARN.
Directory() - Constructor for class com.amazonaws.services.clouddirectory.model.Directory
 
DirectoryAlreadyExistsException - Exception in com.amazonaws.services.clouddirectory.model
Indicates that a Directory could not be created due to a naming conflict.
DirectoryAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.DirectoryAlreadyExistsException
Constructs a new DirectoryAlreadyExistsException with the specified error message.
DirectoryDeletedException - Exception in com.amazonaws.services.clouddirectory.model
A directory that has been deleted and to which access has been attempted.
DirectoryDeletedException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.DirectoryDeletedException
Constructs a new DirectoryDeletedException with the specified error message.
DirectoryNotDisabledException - Exception in com.amazonaws.services.clouddirectory.model
An operation can only operate on a disabled directory.
DirectoryNotDisabledException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.DirectoryNotDisabledException
Constructs a new DirectoryNotDisabledException with the specified error message.
DirectoryNotEnabledException - Exception in com.amazonaws.services.clouddirectory.model
Operations are only permitted on enabled directories.
DirectoryNotEnabledException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.DirectoryNotEnabledException
Constructs a new DirectoryNotEnabledException with the specified error message.
DirectoryState - Enum in com.amazonaws.services.clouddirectory.model
 
disableDirectory(DisableDirectoryRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
disableDirectory(DisableDirectoryRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Disables the specified directory.
disableDirectory(DisableDirectoryRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Disables the specified directory.
disableDirectoryAsync(DisableDirectoryRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
disableDirectoryAsync(DisableDirectoryRequest, AsyncHandler<DisableDirectoryRequest, DisableDirectoryResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
disableDirectoryAsync(DisableDirectoryRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Disables the specified directory.
disableDirectoryAsync(DisableDirectoryRequest, AsyncHandler<DisableDirectoryRequest, DisableDirectoryResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Disables the specified directory.
disableDirectoryAsync(DisableDirectoryRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
disableDirectoryAsync(DisableDirectoryRequest, AsyncHandler<DisableDirectoryRequest, DisableDirectoryResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
DisableDirectoryRequest - Class in com.amazonaws.services.clouddirectory.model
 
DisableDirectoryRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.DisableDirectoryRequest
 
DisableDirectoryResult - Class in com.amazonaws.services.clouddirectory.model
 
DisableDirectoryResult() - Constructor for class com.amazonaws.services.clouddirectory.model.DisableDirectoryResult
 

E

enableDirectory(EnableDirectoryRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
enableDirectory(EnableDirectoryRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Enables the specified directory.
enableDirectory(EnableDirectoryRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Enables the specified directory.
enableDirectoryAsync(EnableDirectoryRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
enableDirectoryAsync(EnableDirectoryRequest, AsyncHandler<EnableDirectoryRequest, EnableDirectoryResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
enableDirectoryAsync(EnableDirectoryRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Enables the specified directory.
enableDirectoryAsync(EnableDirectoryRequest, AsyncHandler<EnableDirectoryRequest, EnableDirectoryResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Enables the specified directory.
enableDirectoryAsync(EnableDirectoryRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
enableDirectoryAsync(EnableDirectoryRequest, AsyncHandler<EnableDirectoryRequest, EnableDirectoryResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
EnableDirectoryRequest - Class in com.amazonaws.services.clouddirectory.model
 
EnableDirectoryRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.EnableDirectoryRequest
 
EnableDirectoryResult - Class in com.amazonaws.services.clouddirectory.model
 
EnableDirectoryResult() - Constructor for class com.amazonaws.services.clouddirectory.model.EnableDirectoryResult
 
ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.AddFacetToObjectRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.AddFacetToObjectResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ApplySchemaRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ApplySchemaResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.AttachObjectRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.AttachObjectResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.AttachPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.AttachPolicyResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.AttachToIndexRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.AttachToIndexResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.AttributeKey
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.AttributeKeyAndValue
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.AttributeNameAndValue
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchAddFacetToObject
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchAddFacetToObjectResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachObject
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachObjectResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachPolicy
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachPolicyResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachToIndex
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachToIndexResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLink
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLinkResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndex
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndexResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObject
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObjectResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchDeleteObject
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchDeleteObjectResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachFromIndex
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachFromIndexResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachObject
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachObjectResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachPolicy
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachPolicyResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachTypedLink
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachTypedLinkResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributes
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributesResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectInformation
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectInformationResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndices
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndicesResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinks
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinksResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndex
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndexResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributes
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributesResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildren
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildrenResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPaths
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPathsResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPolicies
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPoliciesResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinks
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinksResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachments
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachmentsResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicy
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicyResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadException
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperationResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchRemoveFacetFromObject
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchRemoveFacetFromObjectResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchUpdateObjectAttributes
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchUpdateObjectAttributesResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.CreateFacetRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.CreateFacetResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.CreateSchemaRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.CreateSchemaResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.CreateTypedLinkFacetRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.CreateTypedLinkFacetResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.DeleteDirectoryRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.DeleteDirectoryResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.DeleteFacetRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.DeleteFacetResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.DeleteObjectRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.DeleteObjectResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.DeleteSchemaRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.DeleteSchemaResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.DeleteTypedLinkFacetRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.DeleteTypedLinkFacetResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.DetachFromIndexRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.DetachFromIndexResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.DetachObjectRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.DetachObjectResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.DetachPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.DetachPolicyResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.DetachTypedLinkRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.DetachTypedLinkResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.Directory
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.DisableDirectoryRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.DisableDirectoryResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.EnableDirectoryRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.EnableDirectoryResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.Facet
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttribute
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeDefinition
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeReference
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeUpdate
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.GetAppliedSchemaVersionRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.GetAppliedSchemaVersionResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.GetDirectoryRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.GetDirectoryResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.GetFacetRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.GetFacetResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.GetSchemaAsJsonRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.GetSchemaAsJsonResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.GetTypedLinkFacetInformationRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.GetTypedLinkFacetInformationResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.IndexAttachment
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListDevelopmentSchemaArnsRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListDevelopmentSchemaArnsResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetNamesRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetNamesResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListIndexRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListIndexResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListTagsForResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListTagsForResourceResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeAction
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeRange
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeUpdate
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.ObjectReference
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.PathToObjectIdentifiers
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.PolicyAttachment
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.PolicyToPath
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.PublishSchemaRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.PublishSchemaResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.PutSchemaFromJsonRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.PutSchemaFromJsonResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.RemoveFacetFromObjectRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.RemoveFacetFromObjectResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.Rule
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.SchemaFacet
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.Tag
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.TagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.TagResourceResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValue
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValueRange
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeRange
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacet
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacetAttributeUpdate
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSchemaAndFacetName
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSpecifier
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.UntagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.UntagResourceResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.UpdateFacetRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.UpdateFacetResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.UpdateObjectAttributesRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.UpdateObjectAttributesResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.UpdateSchemaRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.UpdateSchemaResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.UpdateTypedLinkFacetRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.UpdateTypedLinkFacetResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaResult
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaRequest
 
equals(Object) - Method in class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaResult
 

F

Facet - Class in com.amazonaws.services.clouddirectory.model
A structure that contains Name, ARN, Attributes, Rules, and ObjectTypes.
Facet() - Constructor for class com.amazonaws.services.clouddirectory.model.Facet
 
FacetAlreadyExistsException - Exception in com.amazonaws.services.clouddirectory.model
A facet with the same name already exists.
FacetAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.FacetAlreadyExistsException
Constructs a new FacetAlreadyExistsException with the specified error message.
FacetAttribute - Class in com.amazonaws.services.clouddirectory.model
An attribute that is associated with the Facet.
FacetAttribute() - Constructor for class com.amazonaws.services.clouddirectory.model.FacetAttribute
 
FacetAttributeDefinition - Class in com.amazonaws.services.clouddirectory.model
A facet attribute definition.
FacetAttributeDefinition() - Constructor for class com.amazonaws.services.clouddirectory.model.FacetAttributeDefinition
 
FacetAttributeReference - Class in com.amazonaws.services.clouddirectory.model
The facet attribute reference that specifies the attribute definition that contains the attribute facet name and attribute name.
FacetAttributeReference() - Constructor for class com.amazonaws.services.clouddirectory.model.FacetAttributeReference
 
FacetAttributeType - Enum in com.amazonaws.services.clouddirectory.model
 
FacetAttributeUpdate - Class in com.amazonaws.services.clouddirectory.model
A structure that contains information used to update an attribute.
FacetAttributeUpdate() - Constructor for class com.amazonaws.services.clouddirectory.model.FacetAttributeUpdate
 
FacetInUseException - Exception in com.amazonaws.services.clouddirectory.model
Occurs when deleting a facet that contains an attribute that is a target to an attribute reference in a different facet.
FacetInUseException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.FacetInUseException
Constructs a new FacetInUseException with the specified error message.
FacetNotFoundException - Exception in com.amazonaws.services.clouddirectory.model
The specified Facet could not be found.
FacetNotFoundException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.FacetNotFoundException
Constructs a new FacetNotFoundException with the specified error message.
FacetValidationException - Exception in com.amazonaws.services.clouddirectory.model
The Facet that you provided was not well formed or could not be validated with the schema.
FacetValidationException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.FacetValidationException
Constructs a new FacetValidationException with the specified error message.
fromValue(String) - Static method in enum com.amazonaws.services.clouddirectory.model.BatchReadExceptionType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.clouddirectory.model.BatchWriteExceptionType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.clouddirectory.model.ConsistencyLevel
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.clouddirectory.model.DirectoryState
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.clouddirectory.model.FacetAttributeType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.clouddirectory.model.ObjectType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.clouddirectory.model.RangeMode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.clouddirectory.model.RequiredAttributeBehavior
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.clouddirectory.model.RuleType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.clouddirectory.model.UpdateActionType
Use this in place of valueOf.

G

getAction() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeUpdate
The action to perform when updating the attribute.
getAction() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacetAttributeUpdate
The action to perform when updating the attribute.
getAddFacetToObject() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
A batch operation that adds a facet to an object.
getAddFacetToObject() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
The result of an add facet to object batch operation.
getAppliedSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.ApplySchemaResult
The applied schema ARN that is associated with the copied schema in the Directory.
getAppliedSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryResult
The ARN of the published schema in the Directory.
getAppliedSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.GetAppliedSchemaVersionResult
Current applied schema ARN, including the minor version in use if one was provided.
getAppliedSchemaVersion(GetAppliedSchemaVersionRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
getAppliedSchemaVersion(GetAppliedSchemaVersionRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Returns current applied schema version ARN, including the minor version in use.
getAppliedSchemaVersion(GetAppliedSchemaVersionRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Returns current applied schema version ARN, including the minor version in use.
getAppliedSchemaVersionAsync(GetAppliedSchemaVersionRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
getAppliedSchemaVersionAsync(GetAppliedSchemaVersionRequest, AsyncHandler<GetAppliedSchemaVersionRequest, GetAppliedSchemaVersionResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
getAppliedSchemaVersionAsync(GetAppliedSchemaVersionRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Returns current applied schema version ARN, including the minor version in use.
getAppliedSchemaVersionAsync(GetAppliedSchemaVersionRequest, AsyncHandler<GetAppliedSchemaVersionRequest, GetAppliedSchemaVersionResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Returns current applied schema version ARN, including the minor version in use.
getAppliedSchemaVersionAsync(GetAppliedSchemaVersionRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
getAppliedSchemaVersionAsync(GetAppliedSchemaVersionRequest, AsyncHandler<GetAppliedSchemaVersionRequest, GetAppliedSchemaVersionResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
GetAppliedSchemaVersionRequest - Class in com.amazonaws.services.clouddirectory.model
 
GetAppliedSchemaVersionRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.GetAppliedSchemaVersionRequest
 
GetAppliedSchemaVersionResult - Class in com.amazonaws.services.clouddirectory.model
 
GetAppliedSchemaVersionResult() - Constructor for class com.amazonaws.services.clouddirectory.model.GetAppliedSchemaVersionResult
 
getArn() - Method in class com.amazonaws.services.clouddirectory.model.PutSchemaFromJsonResult
The ARN of the schema to update.
getAttachedObjectIdentifier() - Method in class com.amazonaws.services.clouddirectory.model.AttachObjectResult
The attached ObjectIdentifier, which is the child ObjectIdentifier.
getAttachedObjectIdentifier() - Method in class com.amazonaws.services.clouddirectory.model.AttachToIndexResult
The ObjectIdentifier of the object that was attached to the index.
getAttachedObjectIdentifier() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachObjectResponse
The ObjectIdentifier of the object that has been attached.
getAttachedObjectIdentifier() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachToIndexResponse
The ObjectIdentifier of the object that was attached to the index.
getAttachedPolicyIds() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPoliciesResponse
A list of policy ObjectIdentifiers, that are attached to the object.
getAttachedPolicyIds() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesResult
A list of policy ObjectIdentifiers, that are attached to the object.
getAttachObject() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Attaches an object to a Directory.
getAttachObject() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Attaches an object to a Directory.
getAttachPolicy() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Attaches a policy object to a regular object.
getAttachPolicy() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Attaches a policy object to a regular object.
getAttachToIndex() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Attaches the specified object to the specified index.
getAttachToIndex() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Attaches the specified object to the specified index.
getAttachTypedLink() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Attaches a typed link to a specified source and target object.
getAttachTypedLink() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Attaches a typed link to a specified source and target object.
getAttribute() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeUpdate
The attribute to update.
getAttribute() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacetAttributeUpdate
The attribute to update.
getAttributeDefinition() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttribute
A facet attribute consists of either a definition or a reference.
getAttributeKey() - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeRange
The key of the attribute that the attribute range covers.
getAttributeName() - Method in class com.amazonaws.services.clouddirectory.model.AttributeNameAndValue
The attribute name of the typed link.
getAttributeName() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeRange
The unique name of the typed link attribute.
getAttributeNames() - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributes
List of attribute names whose values will be retrieved.
getAttributeNames() - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesRequest
List of attribute names whose values will be retrieved.
getAttributeReference() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttribute
An attribute reference that is associated with the attribute.
getAttributes() - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkRequest
A set of attributes that are associated with the typed link.
getAttributes() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLink
A set of attributes that are associated with the typed link.
getAttributes() - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributesResponse
The attribute values that are associated with an object.
getAttributes() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributesResponse
The attributes map that is associated with the object.
getAttributes() - Method in class com.amazonaws.services.clouddirectory.model.CreateFacetRequest
The attributes that are associated with the Facet.
getAttributes() - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesResult
The attributes that are associated with the object.
getAttributes() - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesResult
The attributes attached to the facet.
getAttributes() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesResult
Attributes map that is associated with the object.
getAttributes() - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesResult
An ordered set of attributes associate with the typed link.
getAttributes() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacet
A set of key-value pairs associated with the typed link.
getAttributeUpdates() - Method in class com.amazonaws.services.clouddirectory.model.BatchUpdateObjectAttributes
Attributes update structure.
getAttributeUpdates() - Method in class com.amazonaws.services.clouddirectory.model.UpdateFacetRequest
List of attributes that need to be updated in a given schema Facet.
getAttributeUpdates() - Method in class com.amazonaws.services.clouddirectory.model.UpdateObjectAttributesRequest
The attributes update structure.
getAttributeUpdates() - Method in class com.amazonaws.services.clouddirectory.model.UpdateTypedLinkFacetRequest
Attributes update structure.
getBatchReferenceName() - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndex
The batch reference name.
getBatchReferenceName() - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObject
The batch reference name.
getBatchReferenceName() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachObject
The batch reference name.
getBinaryValue() - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValue
A binary data value.
getBooleanValue() - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValue
A Boolean data value.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getChildReference() - Method in class com.amazonaws.services.clouddirectory.model.AttachObjectRequest
The child object reference to be attached to the object.
getChildReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachObject
The child object reference that is to be attached to the object.
getChildren() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildrenResponse
The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.
getChildren() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenResult
Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.
getConsistencyLevel() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadRequest
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.
getConsistencyLevel() - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesRequest
The consistency level at which to retrieve the attributes on an object.
getConsistencyLevel() - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationRequest
The consistency level at which to retrieve the object information.
getConsistencyLevel() - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesRequest
The consistency level to use for this operation.
getConsistencyLevel() - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
The consistency level to execute the request at.
getConsistencyLevel() - Method in class com.amazonaws.services.clouddirectory.model.ListIndexRequest
The consistency level to execute the request at.
getConsistencyLevel() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesRequest
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.
getConsistencyLevel() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenRequest
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.
getConsistencyLevel() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsRequest
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.
getConsistencyLevel() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesRequest
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.
getConsistencyLevel() - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
The consistency level to execute the request at.
getConsistencyLevel() - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsRequest
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.
getCreateIndex() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Creates an index object.
getCreateIndex() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Creates an index object.
getCreateObject() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Creates an object.
getCreateObject() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Creates an object in a Directory.
getCreationDateTime() - Method in class com.amazonaws.services.clouddirectory.model.Directory
The date and time when the directory was created.
getDatetimeValue() - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValue
A date and time value.
getDefaultValue() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeDefinition
The default value of the attribute (if configured).
getDefaultValue() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
The default value of the attribute (if configured).
getDeleteObject() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Deletes an object in a Directory.
getDeleteObject() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Deletes an object in a Directory.
getDetachedObjectIdentifier() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachFromIndexResponse
The ObjectIdentifier of the object that was detached from the index.
getDetachedObjectIdentifier() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachObjectResponse
The ObjectIdentifier of the detached object.
getDetachedObjectIdentifier() - Method in class com.amazonaws.services.clouddirectory.model.DetachFromIndexResult
The ObjectIdentifier of the object that was detached from the index.
getDetachedObjectIdentifier() - Method in class com.amazonaws.services.clouddirectory.model.DetachObjectResult
The ObjectIdentifier that was detached from the object.
getDetachFromIndex() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Detaches the specified object from the specified index.
getDetachFromIndex() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Detaches the specified object from the specified index.
getDetachObject() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Detaches an object from a Directory.
getDetachObject() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Detaches an object from a Directory.
getDetachPolicy() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Detaches a policy from a Directory.
getDetachPolicy() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Detaches a policy from a Directory.
getDetachTypedLink() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Detaches a typed link from a specified source and target object.
getDetachTypedLink() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Detaches a typed link from a specified source and target object.
getDevelopmentSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.PublishSchemaRequest
The Amazon Resource Name (ARN) that is associated with the development schema.
getDevelopmentSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaRequest
The ARN of the development schema with the changes used for the upgrade.
getDirectories() - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesResult
Lists all directories that are associated with your account in pagination fashion.
getDirectory(GetDirectoryRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
getDirectory(GetDirectoryRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Retrieves metadata about a directory.
getDirectory(GetDirectoryRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Retrieves metadata about a directory.
getDirectory() - Method in class com.amazonaws.services.clouddirectory.model.GetDirectoryResult
Metadata about the directory.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.AddFacetToObjectRequest
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.ApplySchemaRequest
The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.ApplySchemaResult
The ARN that is associated with the Directory.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.AttachObjectRequest
Amazon Resource Name (ARN) that is associated with the Directory where both objects reside.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.AttachPolicyRequest
The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.AttachToIndexRequest
The Amazon Resource Name (ARN) of the directory where the object and index exist.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkRequest
The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadRequest
The Amazon Resource Name (ARN) that is associated with the Directory.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteRequest
The Amazon Resource Name (ARN) that is associated with the Directory.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryResult
The ARN that is associated with the Directory.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexRequest
The ARN of the directory where the index should be created.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectRequest
The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.DeleteDirectoryRequest
The ARN of the directory to delete.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.DeleteDirectoryResult
The ARN of the deleted directory.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.DeleteObjectRequest
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.DetachFromIndexRequest
The Amazon Resource Name (ARN) of the directory the index and object exist in.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.DetachObjectRequest
The Amazon Resource Name (ARN) that is associated with the Directory where objects reside.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.DetachPolicyRequest
The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.DetachTypedLinkRequest
The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.Directory
The Amazon Resource Name (ARN) that is associated with the directory.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.DisableDirectoryRequest
The ARN of the directory to disable.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.DisableDirectoryResult
The ARN of the directory that has been disabled.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.EnableDirectoryRequest
The ARN of the directory to enable.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.EnableDirectoryResult
The ARN of the enabled directory.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.GetDirectoryRequest
The ARN of the directory.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesRequest
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationRequest
The ARN of the directory being retrieved.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsRequest
The ARN of the directory you are listing.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesRequest
The ARN of the directory.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
The Amazon Resource Name (ARN) of the directory where you want to list the typed links.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.ListIndexRequest
The ARN of the directory that the index exists in.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesRequest
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenRequest
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsRequest
The ARN of the directory to which the parent path applies.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsRequest
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesRequest
The Amazon Resource Name (ARN) that is associated with the Directory where objects reside.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
The Amazon Resource Name (ARN) of the directory where you want to list the typed links.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsRequest
The Amazon Resource Name (ARN) that is associated with the Directory where objects reside.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyRequest
The Amazon Resource Name (ARN) that is associated with the Directory.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.RemoveFacetFromObjectRequest
The ARN of the directory in which the object resides.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.UpdateObjectAttributesRequest
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaRequest
The ARN for the directory to which the upgraded schema will be applied.
getDirectoryArn() - Method in class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaResult
The ARN of the directory that is returned as part of the response.
getDirectoryAsync(GetDirectoryRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
getDirectoryAsync(GetDirectoryRequest, AsyncHandler<GetDirectoryRequest, GetDirectoryResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
getDirectoryAsync(GetDirectoryRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Retrieves metadata about a directory.
getDirectoryAsync(GetDirectoryRequest, AsyncHandler<GetDirectoryRequest, GetDirectoryResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Retrieves metadata about a directory.
getDirectoryAsync(GetDirectoryRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
getDirectoryAsync(GetDirectoryRequest, AsyncHandler<GetDirectoryRequest, GetDirectoryResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
GetDirectoryRequest - Class in com.amazonaws.services.clouddirectory.model
 
GetDirectoryRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.GetDirectoryRequest
 
GetDirectoryResult - Class in com.amazonaws.services.clouddirectory.model
 
GetDirectoryResult() - Constructor for class com.amazonaws.services.clouddirectory.model.GetDirectoryResult
 
getDocument() - Method in class com.amazonaws.services.clouddirectory.model.GetSchemaAsJsonResult
The JSON representation of the schema document.
getDocument() - Method in class com.amazonaws.services.clouddirectory.model.PutSchemaFromJsonRequest
The replacement JSON schema.
getDryRun() - Method in class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaRequest
Used for testing whether the major version schemas are backward compatible or not.
getDryRun() - Method in class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaRequest
Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded.
getEndMode() - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValueRange
The inclusive or exclusive range end.
getEndValue() - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValueRange
The attribute value to terminate the range at.
getExceptionResponse() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperationResponse
Identifies which operation in a batch has failed.
getExecutorService() - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
Returns the executor service used by this client to execute async requests.
getFacet(GetFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
getFacet(GetFacetRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Gets details of the Facet, such as facet name, attributes, Rules, or ObjectType.
getFacet(GetFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Gets details of the Facet, such as facet name, attributes, Rules, or ObjectType.
getFacet() - Method in class com.amazonaws.services.clouddirectory.model.CreateTypedLinkFacetRequest
Facet structure that is associated with the typed link facet.
getFacet() - Method in class com.amazonaws.services.clouddirectory.model.GetFacetResult
The Facet structure that is associated with the facet.
getFacetAsync(GetFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
getFacetAsync(GetFacetRequest, AsyncHandler<GetFacetRequest, GetFacetResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
getFacetAsync(GetFacetRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Gets details of the Facet, such as facet name, attributes, Rules, or ObjectType.
getFacetAsync(GetFacetRequest, AsyncHandler<GetFacetRequest, GetFacetResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Gets details of the Facet, such as facet name, attributes, Rules, or ObjectType.
getFacetAsync(GetFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
getFacetAsync(GetFacetRequest, AsyncHandler<GetFacetRequest, GetFacetResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
getFacetFilter() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributes
Used to filter the list of object attributes that are associated with a certain facet.
getFacetFilter() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesRequest
Used to filter the list of object attributes that are associated with a certain facet.
getFacetName() - Method in class com.amazonaws.services.clouddirectory.model.AttributeKey
The name of the facet that the attribute exists within.
getFacetName() - Method in class com.amazonaws.services.clouddirectory.model.SchemaFacet
The name of the facet.
getFacetNames() - Method in class com.amazonaws.services.clouddirectory.model.ListFacetNamesResult
The names of facets that exist within the schema.
getFacetNames() - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesResult
The names of typed link facets that exist within the schema.
GetFacetRequest - Class in com.amazonaws.services.clouddirectory.model
 
GetFacetRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.GetFacetRequest
 
GetFacetResult - Class in com.amazonaws.services.clouddirectory.model
 
GetFacetResult() - Constructor for class com.amazonaws.services.clouddirectory.model.GetFacetResult
 
getFilterAttributeRanges() - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinks
Provides range filters for multiple attributes.
getFilterAttributeRanges() - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinks
Provides range filters for multiple attributes.
getFilterAttributeRanges() - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
Provides range filters for multiple attributes.
getFilterAttributeRanges() - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
Provides range filters for multiple attributes.
getFilterTypedLink() - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinks
Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.
getFilterTypedLink() - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinks
Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.
getFilterTypedLink() - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.
getFilterTypedLink() - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.
getGetObjectAttributes() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Retrieves attributes within a facet that are associated with an object.
getGetObjectAttributes() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Retrieves attributes within a facet that are associated with an object.
getGetObjectInformation() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Retrieves metadata about an object.
getGetObjectInformation() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Retrieves metadata about an object.
getIdentityAttributeOrder() - Method in class com.amazonaws.services.clouddirectory.model.GetTypedLinkFacetInformationResult
The order of identity attributes for the facet, from most significant to least significant.
getIdentityAttributeOrder() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacet
The set of attributes that distinguish links made from this facet from each other, in the order of significance.
getIdentityAttributeOrder() - Method in class com.amazonaws.services.clouddirectory.model.UpdateTypedLinkFacetRequest
The order of identity attributes for the facet, from most significant to least significant.
getIdentityAttributeValues() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSpecifier
Identifies the attribute value to update.
getIndex() - Method in exception com.amazonaws.services.clouddirectory.model.BatchWriteException
 
getIndexAttachments() - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndicesResponse
The indices attached to the specified object.
getIndexAttachments() - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndexResponse
The objects and indexed values attached to the index.
getIndexAttachments() - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesResult
The indices attached to the specified object.
getIndexAttachments() - Method in class com.amazonaws.services.clouddirectory.model.ListIndexResult
The objects and indexed values attached to the index.
getIndexedAttributes() - Method in class com.amazonaws.services.clouddirectory.model.IndexAttachment
The indexed attribute values.
getIndexReference() - Method in class com.amazonaws.services.clouddirectory.model.AttachToIndexRequest
A reference to the index that you are attaching the object to.
getIndexReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachToIndex
A reference to the index that you are attaching the object to.
getIndexReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachFromIndex
A reference to the index object.
getIndexReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndex
The reference to the index to list.
getIndexReference() - Method in class com.amazonaws.services.clouddirectory.model.DetachFromIndexRequest
A reference to the index object.
getIndexReference() - Method in class com.amazonaws.services.clouddirectory.model.ListIndexRequest
The reference to the index to list.
getIsImmutable() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeDefinition
Whether the attribute is mutable or not.
getIsImmutable() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
Whether the attribute is mutable or not.
getIsUnique() - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndex
Indicates whether the attribute that is being indexed has unique values or not.
getIsUnique() - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexRequest
Indicates whether the attribute that is being indexed has unique values or not.
getKey() - Method in class com.amazonaws.services.clouddirectory.model.AttributeKeyAndValue
The key of the attribute.
getKey() - Method in class com.amazonaws.services.clouddirectory.model.Tag
The key that is associated with the tag.
getLinkName() - Method in class com.amazonaws.services.clouddirectory.model.AttachObjectRequest
The link name with which the child object is attached to the parent.
getLinkName() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachObject
The name of the link.
getLinkName() - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndex
The name of the link between the parent object and the index object.
getLinkName() - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObject
The name of the link.
getLinkName() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachObject
The name of the link.
getLinkName() - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexRequest
The name of the link between the parent object and the index object.
getLinkName() - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectRequest
The name of link that is used to attach this object to a parent.
getLinkName() - Method in class com.amazonaws.services.clouddirectory.model.DetachObjectRequest
The link name associated with the object that needs to be detached.
getLinkSpecifiers() - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinksResponse
Returns one or more typed link specifiers as output.
getLinkSpecifiers() - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksResult
Returns one or more typed link specifiers as output.
getListAttachedIndices() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Lists indices attached to an object.
getListAttachedIndices() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Lists indices attached to an object.
getListIncomingTypedLinks() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object.
getListIncomingTypedLinks() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object.
getListIndex() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Lists objects attached to the specified index.
getListIndex() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Lists objects attached to the specified index.
getListObjectAttributes() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Lists all attributes that are associated with an object.
getListObjectAttributes() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Lists all attributes that are associated with an object.
getListObjectChildren() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Returns a paginated list of child objects that are associated with a given object.
getListObjectChildren() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Returns a paginated list of child objects that are associated with a given object.
getListObjectParentPaths() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects.
getListObjectParentPaths() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects.
getListObjectPolicies() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Returns policies attached to an object in pagination fashion.
getListObjectPolicies() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Returns policies attached to an object in pagination fashion.
getListOutgoingTypedLinks() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
getListOutgoingTypedLinks() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
getListPolicyAttachments() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Returns all of the ObjectIdentifiers to which a given policy is attached.
getListPolicyAttachments() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Returns all of the ObjectIdentifiers to which a given policy is attached.
getLookupPolicy() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Lists all policies from the root of the Directory to the object specified.
getLookupPolicy() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Lists all policies from the root of the Directory to the object specified.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndices
The maximum number of results to retrieve.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinks
The maximum number of results to retrieve.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndex
The maximum number of results to retrieve.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributes
The maximum number of items to be retrieved in a single call.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildren
Maximum number of items to be retrieved in a single call.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPaths
The maximum number of results to retrieve.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPolicies
The maximum number of results to retrieve.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinks
The maximum number of results to retrieve.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachments
The maximum number of results to retrieve.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicy
The maximum number of results to retrieve.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsRequest
The maximum number of results to retrieve.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesRequest
The maximum number of results to retrieve.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.ListDevelopmentSchemaArnsRequest
The maximum number of results to retrieve.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesRequest
The maximum number of results to retrieve.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesRequest
The maximum number of results to retrieve.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.ListFacetNamesRequest
The maximum number of results to retrieve.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
The maximum number of results to retrieve.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.ListIndexRequest
The maximum number of objects in a single page to retrieve from the index during a request.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesRequest
The maximum number of items to be retrieved in a single call.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenRequest
The maximum number of items to be retrieved in a single call.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsRequest
The maximum number of items to be retrieved in a single call.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsRequest
The maximum number of items to be retrieved in a single call.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesRequest
The maximum number of items to be retrieved in a single call.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
The maximum number of results to retrieve.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsRequest
The maximum number of items to be retrieved in a single call.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsRequest
The maximum number of results to retrieve.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.ListTagsForResourceRequest
The MaxResults parameter sets the maximum number of results returned in a single page.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesRequest
The maximum number of results to retrieve.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesRequest
The maximum number of results to retrieve.
getMaxResults() - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyRequest
The maximum number of items to be retrieved in a single call.
getMessage() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadException
An exception message that is associated with the failure.
getMinorVersion() - Method in class com.amazonaws.services.clouddirectory.model.PublishSchemaRequest
The minor version under which the schema will be published.
getMinorVersion() - Method in class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaRequest
Identifies the minor version of the published schema that will be created.
getName() - Method in class com.amazonaws.services.clouddirectory.model.AttributeKey
The name of the attribute.
getName() - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryRequest
The name of the Directory.
getName() - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryResult
The name of the Directory.
getName() - Method in class com.amazonaws.services.clouddirectory.model.CreateFacetRequest
The name of the Facet, which is unique for a given schema.
getName() - Method in class com.amazonaws.services.clouddirectory.model.CreateSchemaRequest
The name that is associated with the schema.
getName() - Method in class com.amazonaws.services.clouddirectory.model.DeleteFacetRequest
The name of the facet to delete.
getName() - Method in class com.amazonaws.services.clouddirectory.model.DeleteTypedLinkFacetRequest
The unique name of the typed link facet.
getName() - Method in class com.amazonaws.services.clouddirectory.model.Directory
The name of the directory.
getName() - Method in class com.amazonaws.services.clouddirectory.model.Facet
The name of the Facet.
getName() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttribute
The name of the facet attribute.
getName() - Method in class com.amazonaws.services.clouddirectory.model.GetFacetRequest
The name of the facet to retrieve.
getName() - Method in class com.amazonaws.services.clouddirectory.model.GetSchemaAsJsonResult
The name of the retrieved schema.
getName() - Method in class com.amazonaws.services.clouddirectory.model.GetTypedLinkFacetInformationRequest
The unique name of the typed link facet.
getName() - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesRequest
The name of the facet whose attributes will be retrieved.
getName() - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesRequest
The unique name of the typed link facet.
getName() - Method in class com.amazonaws.services.clouddirectory.model.PublishSchemaRequest
The new name under which the schema will be published.
getName() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
The unique name of the typed link attribute.
getName() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacet
The unique name of the typed link facet.
getName() - Method in class com.amazonaws.services.clouddirectory.model.UpdateFacetRequest
The name of the facet.
getName() - Method in class com.amazonaws.services.clouddirectory.model.UpdateSchemaRequest
The name of the schema.
getName() - Method in class com.amazonaws.services.clouddirectory.model.UpdateTypedLinkFacetRequest
The unique name of the typed link facet.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndices
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndicesResponse
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinks
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinksResponse
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndex
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndexResponse
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributes
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributesResponse
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildren
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildrenResponse
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPaths
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPathsResponse
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPolicies
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPoliciesResponse
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinks
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinksResponse
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachments
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachmentsResponse
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicy
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicyResponse
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsRequest
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsResult
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesRequest
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesResult
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListDevelopmentSchemaArnsRequest
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListDevelopmentSchemaArnsResult
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesRequest
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesResult
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesRequest
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesResult
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListFacetNamesRequest
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListFacetNamesResult
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksResult
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListIndexRequest
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListIndexResult
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesRequest
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesResult
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenRequest
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenResult
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsRequest
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsResult
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsRequest
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsResult
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesRequest
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesResult
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksResult
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsRequest
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsResult
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsRequest
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsResult
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListTagsForResourceRequest
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListTagsForResourceResult
The token to use to retrieve the next page of results.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesRequest
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesResult
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesRequest
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesResult
The pagination token.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyRequest
The token to request the next page of results.
getNextToken() - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyResult
The pagination token.
getNumberValue() - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValue
A number data value.
getObjectAttributeAction() - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeUpdate
The action to perform as part of the attribute update.
getObjectAttributeActionType() - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeAction
A type that can be either Update or Delete.
getObjectAttributeKey() - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeUpdate
The key of the attribute being updated.
getObjectAttributeList() - Method in class com.amazonaws.services.clouddirectory.model.AddFacetToObjectRequest
Attributes on the facet that you are adding to the object.
getObjectAttributeList() - Method in class com.amazonaws.services.clouddirectory.model.BatchAddFacetToObject
The attributes to set on the object.
getObjectAttributeList() - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObject
An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
getObjectAttributeList() - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectRequest
The attribute map whose attribute ARN contains the key and attribute value as the map value.
getObjectAttributes(GetObjectAttributesRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
getObjectAttributes(GetObjectAttributesRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Retrieves attributes within a facet that are associated with an object.
getObjectAttributes(GetObjectAttributesRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Retrieves attributes within a facet that are associated with an object.
getObjectAttributesAsync(GetObjectAttributesRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
getObjectAttributesAsync(GetObjectAttributesRequest, AsyncHandler<GetObjectAttributesRequest, GetObjectAttributesResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
getObjectAttributesAsync(GetObjectAttributesRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Retrieves attributes within a facet that are associated with an object.
getObjectAttributesAsync(GetObjectAttributesRequest, AsyncHandler<GetObjectAttributesRequest, GetObjectAttributesResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Retrieves attributes within a facet that are associated with an object.
getObjectAttributesAsync(GetObjectAttributesRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
getObjectAttributesAsync(GetObjectAttributesRequest, AsyncHandler<GetObjectAttributesRequest, GetObjectAttributesResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
GetObjectAttributesRequest - Class in com.amazonaws.services.clouddirectory.model
 
GetObjectAttributesRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.GetObjectAttributesRequest
 
GetObjectAttributesResult - Class in com.amazonaws.services.clouddirectory.model
 
GetObjectAttributesResult() - Constructor for class com.amazonaws.services.clouddirectory.model.GetObjectAttributesResult
 
getObjectAttributeUpdateValue() - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeAction
The value that you want to update to.
getObjectIdentifier() - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndexResponse
The ObjectIdentifier of the index created by this operation.
getObjectIdentifier() - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObjectResponse
The ID that is associated with the object.
getObjectIdentifier() - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectInformationResponse
The ObjectIdentifier of the specified object.
getObjectIdentifier() - Method in class com.amazonaws.services.clouddirectory.model.BatchUpdateObjectAttributesResponse
ID that is associated with the object.
getObjectIdentifier() - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryResult
The root object node of the created directory.
getObjectIdentifier() - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexResult
The ObjectIdentifier of the index created by this operation.
getObjectIdentifier() - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectResult
The identifier that is associated with the object.
getObjectIdentifier() - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationResult
The ObjectIdentifier of the specified object.
getObjectIdentifier() - Method in class com.amazonaws.services.clouddirectory.model.IndexAttachment
In response to ListIndex, the ObjectIdentifier of the object attached to the index.
getObjectIdentifier() - Method in class com.amazonaws.services.clouddirectory.model.PolicyAttachment
The ObjectIdentifier that is associated with PolicyAttachment.
getObjectIdentifier() - Method in class com.amazonaws.services.clouddirectory.model.UpdateObjectAttributesResult
The ObjectIdentifier of the updated object.
getObjectIdentifiers() - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachmentsResponse
A list of ObjectIdentifiers to which the policy is attached.
getObjectIdentifiers() - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsResult
A list of ObjectIdentifiers to which the policy is attached.
getObjectIdentifiers() - Method in class com.amazonaws.services.clouddirectory.model.PathToObjectIdentifiers
Lists ObjectIdentifiers starting from directory root to the object in the request.
getObjectInformation(GetObjectInformationRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
getObjectInformation(GetObjectInformationRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Retrieves metadata about an object.
getObjectInformation(GetObjectInformationRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Retrieves metadata about an object.
getObjectInformationAsync(GetObjectInformationRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
getObjectInformationAsync(GetObjectInformationRequest, AsyncHandler<GetObjectInformationRequest, GetObjectInformationResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
getObjectInformationAsync(GetObjectInformationRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Retrieves metadata about an object.
getObjectInformationAsync(GetObjectInformationRequest, AsyncHandler<GetObjectInformationRequest, GetObjectInformationResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Retrieves metadata about an object.
getObjectInformationAsync(GetObjectInformationRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
getObjectInformationAsync(GetObjectInformationRequest, AsyncHandler<GetObjectInformationRequest, GetObjectInformationResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
GetObjectInformationRequest - Class in com.amazonaws.services.clouddirectory.model
 
GetObjectInformationRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.GetObjectInformationRequest
 
GetObjectInformationResult - Class in com.amazonaws.services.clouddirectory.model
 
GetObjectInformationResult() - Constructor for class com.amazonaws.services.clouddirectory.model.GetObjectInformationResult
 
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.AddFacetToObjectRequest
A reference to the object you are adding the specified facet to.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.AttachPolicyRequest
The reference that identifies the object to which the policy will be attached.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchAddFacetToObject
A reference to the object being mutated.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachPolicy
The reference that identifies the object to which the policy will be attached.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchDeleteObject
The reference that identifies the object.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachPolicy
Reference that identifies the object whose policy object will be detached.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributes
Reference that identifies the object whose attributes will be retrieved.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectInformation
A reference to the object.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinks
The reference that identifies the object whose attributes will be listed.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributes
Reference of the object whose attributes need to be listed.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildren
Reference of the object for which child objects are being listed.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPaths
The reference that identifies the object whose attributes will be listed.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPolicies
The reference that identifies the object whose attributes will be listed.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinks
The reference that identifies the object whose attributes will be listed.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicy
Reference that identifies the object whose policies will be looked up.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchRemoveFacetFromObject
A reference to the object whose facet will be removed.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchUpdateObjectAttributes
Reference that identifies the object.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.DeleteObjectRequest
A reference that identifies the object.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.DetachPolicyRequest
Reference that identifies the object whose policy object will be detached.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesRequest
Reference that identifies the object whose attributes will be retrieved.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationRequest
A reference to the object.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
Reference that identifies the object whose attributes will be listed.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesRequest
The reference that identifies the object whose attributes will be listed.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenRequest
The reference that identifies the object for which child objects are being listed.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsRequest
The reference that identifies the object whose parent paths are listed.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsRequest
The reference that identifies the object for which parent objects are being listed.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesRequest
Reference that identifies the object for which policies will be listed.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
A reference that identifies the object whose attributes will be listed.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyRequest
Reference that identifies the object whose policies will be looked up.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.RemoveFacetFromObjectRequest
A reference to the object to remove the facet from.
getObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.UpdateObjectAttributesRequest
The reference that identifies the object.
getObjectType() - Method in class com.amazonaws.services.clouddirectory.model.CreateFacetRequest
Specifies whether a given object created from this facet is of type node, leaf node, policy or index.
getObjectType() - Method in class com.amazonaws.services.clouddirectory.model.Facet
The object type that is associated with the facet.
getObjectType() - Method in class com.amazonaws.services.clouddirectory.model.UpdateFacetRequest
The object type that is associated with the facet.
getOperations() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadRequest
A list of operations that are part of the batch.
getOperations() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteRequest
A list of operations that are part of the batch.
getOrderedIndexedAttributeList() - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndex
Specifies the attributes that should be indexed on.
getOrderedIndexedAttributeList() - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexRequest
Specifies the attributes that should be indexed on.
getParameters() - Method in class com.amazonaws.services.clouddirectory.model.Rule
The minimum and maximum parameters that are associated with the rule.
getParentReference() - Method in class com.amazonaws.services.clouddirectory.model.AttachObjectRequest
The parent object reference.
getParentReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachObject
The parent object reference.
getParentReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndex
A reference to the parent object that contains the index object.
getParentReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObject
If specified, the parent reference to which this object will be attached.
getParentReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachObject
Parent reference from which the object with the specified link name is detached.
getParentReference() - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexRequest
A reference to the parent object that contains the index object.
getParentReference() - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectRequest
If specified, the parent reference to which this object will be attached.
getParentReference() - Method in class com.amazonaws.services.clouddirectory.model.DetachObjectRequest
The parent reference from which the object with the specified link name is detached.
getParents() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsResult
The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.
getPath() - Method in class com.amazonaws.services.clouddirectory.model.PathToObjectIdentifiers
The path that is used to identify the object starting from directory root.
getPath() - Method in class com.amazonaws.services.clouddirectory.model.PolicyToPath
The path that is referenced from the root.
getPathToObjectIdentifiersList() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPathsResponse
Returns the path to the ObjectIdentifiers that are associated with the directory.
getPathToObjectIdentifiersList() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsResult
Returns the path to the ObjectIdentifiers that are associated with the directory.
getPolicies() - Method in class com.amazonaws.services.clouddirectory.model.PolicyToPath
List of policy objects.
getPolicyId() - Method in class com.amazonaws.services.clouddirectory.model.PolicyAttachment
The ID of PolicyAttachment.
getPolicyReference() - Method in class com.amazonaws.services.clouddirectory.model.AttachPolicyRequest
The reference that is associated with the policy object.
getPolicyReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachPolicy
The reference that is associated with the policy object.
getPolicyReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachPolicy
Reference that identifies the policy object.
getPolicyReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachments
The reference that identifies the policy object.
getPolicyReference() - Method in class com.amazonaws.services.clouddirectory.model.DetachPolicyRequest
Reference that identifies the policy object.
getPolicyReference() - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsRequest
The reference that identifies the policy object.
getPolicyToPathList() - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicyResponse
Provides list of path to policies.
getPolicyToPathList() - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyResult
Provides list of path to policies.
getPolicyType() - Method in class com.amazonaws.services.clouddirectory.model.PolicyAttachment
The type of policy that can be associated with PolicyAttachment.
getPublishedSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.ApplySchemaRequest
Published schema Amazon Resource Name (ARN) that needs to be copied.
getPublishedSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.PublishSchemaResult
The ARN that is associated with the published schema.
getPublishedSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaRequest
The revision of the published schema to upgrade the directory to.
getPublishedSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaRequest
The ARN of the published schema to be upgraded.
getRange() - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeRange
The range of attribute values being selected.
getRange() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeRange
The range of attribute values that are being selected.
getRangesOnIndexedValues() - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndex
Specifies the ranges of indexed values that you want to query.
getRangesOnIndexedValues() - Method in class com.amazonaws.services.clouddirectory.model.ListIndexRequest
Specifies the ranges of indexed values that you want to query.
getRemoveFacetFromObject() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
A batch operation that removes a facet from an object.
getRemoveFacetFromObject() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
The result of a batch remove facet from object operation.
getRequiredBehavior() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttribute
The required behavior of the FacetAttribute.
getRequiredBehavior() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
The required behavior of the TypedLinkAttributeDefinition.
getResourceArn() - Method in class com.amazonaws.services.clouddirectory.model.ListTagsForResourceRequest
The Amazon Resource Name (ARN) of the resource.
getResourceArn() - Method in class com.amazonaws.services.clouddirectory.model.TagResourceRequest
The Amazon Resource Name (ARN) of the resource.
getResourceArn() - Method in class com.amazonaws.services.clouddirectory.model.UntagResourceRequest
The Amazon Resource Name (ARN) of the resource.
getResponses() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadResult
A list of all the responses for each batch read.
getResponses() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteResult
A list of all the responses for each batch write.
getRules() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeDefinition
Validation rules attached to the attribute definition.
getRules() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
Validation rules that are attached to the attribute definition.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.AttributeKey
The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryRequest
The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.CreateFacetRequest
The schema ARN in which the new Facet will be created.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.CreateSchemaResult
The Amazon Resource Name (ARN) that is associated with the schema.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.CreateTypedLinkFacetRequest
The Amazon Resource Name (ARN) that is associated with the schema.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.DeleteFacetRequest
The Amazon Resource Name (ARN) that is associated with the Facet.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.DeleteSchemaRequest
The Amazon Resource Name (ARN) of the development schema.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.DeleteSchemaResult
The input ARN that is returned as part of the response.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.DeleteTypedLinkFacetRequest
The Amazon Resource Name (ARN) that is associated with the schema.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.GetAppliedSchemaVersionRequest
The ARN of the applied schema.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.GetFacetRequest
The Amazon Resource Name (ARN) that is associated with the Facet.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.GetSchemaAsJsonRequest
The ARN of the schema to retrieve.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.GetTypedLinkFacetInformationRequest
The Amazon Resource Name (ARN) that is associated with the schema.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsRequest
The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesRequest
The ARN of the schema where the facet resides.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.ListFacetNamesRequest
The Amazon Resource Name (ARN) to retrieve facet names from.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsRequest
The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesRequest
The Amazon Resource Name (ARN) that is associated with the schema.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesRequest
The Amazon Resource Name (ARN) that is associated with the schema.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.PutSchemaFromJsonRequest
The ARN of the schema to update.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.SchemaFacet
The ARN of the schema that contains the facet with no minor component.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSchemaAndFacetName
The Amazon Resource Name (ARN) that is associated with the schema.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.UpdateFacetRequest
The Amazon Resource Name (ARN) that is associated with the Facet.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.UpdateSchemaRequest
The Amazon Resource Name (ARN) of the development schema.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.UpdateSchemaResult
The ARN that is associated with the updated schema.
getSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.UpdateTypedLinkFacetRequest
The Amazon Resource Name (ARN) that is associated with the schema.
getSchemaArns() - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsResult
The ARNs of schemas that are applied to the directory.
getSchemaArns() - Method in class com.amazonaws.services.clouddirectory.model.ListDevelopmentSchemaArnsResult
The ARNs of retrieved development schemas.
getSchemaArns() - Method in class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsResult
The ARNs of published schemas.
getSchemaAsJson(GetSchemaAsJsonRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
getSchemaAsJson(GetSchemaAsJsonRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Retrieves a JSON representation of the schema.
getSchemaAsJson(GetSchemaAsJsonRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Retrieves a JSON representation of the schema.
getSchemaAsJsonAsync(GetSchemaAsJsonRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
getSchemaAsJsonAsync(GetSchemaAsJsonRequest, AsyncHandler<GetSchemaAsJsonRequest, GetSchemaAsJsonResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
getSchemaAsJsonAsync(GetSchemaAsJsonRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Retrieves a JSON representation of the schema.
getSchemaAsJsonAsync(GetSchemaAsJsonRequest, AsyncHandler<GetSchemaAsJsonRequest, GetSchemaAsJsonResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Retrieves a JSON representation of the schema.
getSchemaAsJsonAsync(GetSchemaAsJsonRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
getSchemaAsJsonAsync(GetSchemaAsJsonRequest, AsyncHandler<GetSchemaAsJsonRequest, GetSchemaAsJsonResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
GetSchemaAsJsonRequest - Class in com.amazonaws.services.clouddirectory.model
 
GetSchemaAsJsonRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.GetSchemaAsJsonRequest
 
GetSchemaAsJsonResult - Class in com.amazonaws.services.clouddirectory.model
 
GetSchemaAsJsonResult() - Constructor for class com.amazonaws.services.clouddirectory.model.GetSchemaAsJsonResult
 
getSchemaFacet() - Method in class com.amazonaws.services.clouddirectory.model.AddFacetToObjectRequest
Identifiers for the facet that you are adding to the object.
getSchemaFacet() - Method in class com.amazonaws.services.clouddirectory.model.BatchAddFacetToObject
Represents the facet being added to the object.
getSchemaFacet() - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObject
A list of FacetArns that will be associated with the object.
getSchemaFacet() - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributes
Identifier for the facet whose attributes will be retrieved.
getSchemaFacet() - Method in class com.amazonaws.services.clouddirectory.model.BatchRemoveFacetFromObject
The facet to remove from the object.
getSchemaFacet() - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesRequest
Identifier for the facet whose attributes will be retrieved.
getSchemaFacet() - Method in class com.amazonaws.services.clouddirectory.model.RemoveFacetFromObjectRequest
The facet to remove.
getSchemaFacets() - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectInformationResponse
The facets attached to the specified object.
getSchemaFacets() - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectRequest
A list of schema facets to be associated with the object.
getSchemaFacets() - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationResult
The facets attached to the specified object.
getSelector() - Method in class com.amazonaws.services.clouddirectory.model.ObjectReference
A path selector supports easy selection of an object by the parent/child links leading to it from the directory root.
getSourceObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkRequest
Identifies the source object that the typed link will attach to.
getSourceObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLink
Identifies the source object that the typed link will attach to.
getSourceObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSpecifier
Identifies the source object that the typed link will attach to.
getStartMode() - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValueRange
The inclusive or exclusive range start.
getStartValue() - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValueRange
The value to start the range at.
getState() - Method in class com.amazonaws.services.clouddirectory.model.Directory
The state of the directory.
getState() - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesRequest
The state of the directories in the list.
getStringValue() - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValue
A string data value.
getSuccessfulResponse() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperationResponse
Identifies which operation in a batch has succeeded.
getTagKeys() - Method in class com.amazonaws.services.clouddirectory.model.UntagResourceRequest
Keys of the tag that need to be removed from the resource.
getTags() - Method in class com.amazonaws.services.clouddirectory.model.ListTagsForResourceResult
A list of tag key value pairs that are associated with the response.
getTags() - Method in class com.amazonaws.services.clouddirectory.model.TagResourceRequest
A list of tag key-value pairs.
getTargetAttributeName() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeReference
The target attribute name that is associated with the facet reference.
getTargetFacetName() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeReference
The target facet name that is associated with the facet reference.
getTargetObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkRequest
Identifies the target object that the typed link will attach to.
getTargetObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLink
Identifies the target object that the typed link will attach to.
getTargetObjectReference() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSpecifier
Identifies the target object that the typed link will attach to.
getTargetReference() - Method in class com.amazonaws.services.clouddirectory.model.AttachToIndexRequest
A reference to the object that you are attaching to the index.
getTargetReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachToIndex
A reference to the object that you are attaching to the index.
getTargetReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachFromIndex
A reference to the object being detached from the index.
getTargetReference() - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndices
A reference to the object that has indices attached.
getTargetReference() - Method in class com.amazonaws.services.clouddirectory.model.DetachFromIndexRequest
A reference to the object being detached from the index.
getTargetReference() - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesRequest
A reference to the object that has indices attached.
getType() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadException
A type of exception, such as InvalidArnException.
getType() - Method in exception com.amazonaws.services.clouddirectory.model.BatchWriteException
 
getType() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeDefinition
The type of the attribute.
getType() - Method in class com.amazonaws.services.clouddirectory.model.Rule
The type of attribute validation rule.
getType() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
The type of the attribute.
getTypedLinkFacet() - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkRequest
Identifies the typed link facet that is associated with the typed link.
getTypedLinkFacet() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLink
Identifies the typed link facet that is associated with the typed link.
getTypedLinkFacet() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSpecifier
Identifies the typed link facet that is associated with the typed link.
getTypedLinkFacetInformation(GetTypedLinkFacetInformationRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
getTypedLinkFacetInformation(GetTypedLinkFacetInformationRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Returns the identity attribute order for a specific TypedLinkFacet.
getTypedLinkFacetInformation(GetTypedLinkFacetInformationRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Returns the identity attribute order for a specific TypedLinkFacet.
getTypedLinkFacetInformationAsync(GetTypedLinkFacetInformationRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
getTypedLinkFacetInformationAsync(GetTypedLinkFacetInformationRequest, AsyncHandler<GetTypedLinkFacetInformationRequest, GetTypedLinkFacetInformationResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
getTypedLinkFacetInformationAsync(GetTypedLinkFacetInformationRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Returns the identity attribute order for a specific TypedLinkFacet.
getTypedLinkFacetInformationAsync(GetTypedLinkFacetInformationRequest, AsyncHandler<GetTypedLinkFacetInformationRequest, GetTypedLinkFacetInformationResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Returns the identity attribute order for a specific TypedLinkFacet.
getTypedLinkFacetInformationAsync(GetTypedLinkFacetInformationRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
getTypedLinkFacetInformationAsync(GetTypedLinkFacetInformationRequest, AsyncHandler<GetTypedLinkFacetInformationRequest, GetTypedLinkFacetInformationResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
GetTypedLinkFacetInformationRequest - Class in com.amazonaws.services.clouddirectory.model
 
GetTypedLinkFacetInformationRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.GetTypedLinkFacetInformationRequest
 
GetTypedLinkFacetInformationResult - Class in com.amazonaws.services.clouddirectory.model
 
GetTypedLinkFacetInformationResult() - Constructor for class com.amazonaws.services.clouddirectory.model.GetTypedLinkFacetInformationResult
 
getTypedLinkName() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSchemaAndFacetName
The unique name of the typed link facet.
getTypedLinkSpecifier() - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkResult
Returns a typed link specifier as output.
getTypedLinkSpecifier() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLinkResponse
Returns a typed link specifier as output.
getTypedLinkSpecifier() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachTypedLink
Used to accept a typed link specifier as input.
getTypedLinkSpecifier() - Method in class com.amazonaws.services.clouddirectory.model.DetachTypedLinkRequest
Used to accept a typed link specifier as input.
getTypedLinkSpecifiers() - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinksResponse
Returns a typed link specifier as output.
getTypedLinkSpecifiers() - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksResult
Returns a typed link specifier as output.
getUpdateObjectAttributes() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Updates a given object's attributes.
getUpdateObjectAttributes() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Updates a given object’s attributes.
getUpgradedSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaResult
The ARN of the upgraded schema that is returned as part of the response.
getUpgradedSchemaArn() - Method in class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaResult
The ARN of the upgraded schema that is returned as part of the response.
getValue() - Method in class com.amazonaws.services.clouddirectory.model.AttributeKeyAndValue
The value of the attribute.
getValue() - Method in class com.amazonaws.services.clouddirectory.model.AttributeNameAndValue
The value for the typed link.
getValue() - Method in class com.amazonaws.services.clouddirectory.model.Tag
The value that is associated with the tag.
getVersion() - Method in class com.amazonaws.services.clouddirectory.model.PublishSchemaRequest
The major version under which the schema will be published.

H

hashCode() - Method in class com.amazonaws.services.clouddirectory.model.AddFacetToObjectRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.AddFacetToObjectResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ApplySchemaRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ApplySchemaResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.AttachObjectRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.AttachObjectResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.AttachPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.AttachPolicyResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.AttachToIndexRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.AttachToIndexResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.AttributeKey
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.AttributeKeyAndValue
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.AttributeNameAndValue
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchAddFacetToObject
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchAddFacetToObjectResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachObject
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachObjectResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachPolicy
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachPolicyResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachToIndex
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachToIndexResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLink
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLinkResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndex
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndexResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObject
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObjectResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchDeleteObject
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchDeleteObjectResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachFromIndex
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachFromIndexResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachObject
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachObjectResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachPolicy
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachPolicyResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachTypedLink
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachTypedLinkResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributes
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributesResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectInformation
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectInformationResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndices
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndicesResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinks
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinksResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndex
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndexResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributes
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributesResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildren
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildrenResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPaths
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPathsResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPolicies
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPoliciesResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinks
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinksResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachments
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachmentsResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicy
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicyResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadException
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperationResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchRemoveFacetFromObject
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchRemoveFacetFromObjectResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchUpdateObjectAttributes
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchUpdateObjectAttributesResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.CreateFacetRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.CreateFacetResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.CreateSchemaRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.CreateSchemaResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.CreateTypedLinkFacetRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.CreateTypedLinkFacetResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.DeleteDirectoryRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.DeleteDirectoryResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.DeleteFacetRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.DeleteFacetResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.DeleteObjectRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.DeleteObjectResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.DeleteSchemaRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.DeleteSchemaResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.DeleteTypedLinkFacetRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.DeleteTypedLinkFacetResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.DetachFromIndexRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.DetachFromIndexResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.DetachObjectRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.DetachObjectResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.DetachPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.DetachPolicyResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.DetachTypedLinkRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.DetachTypedLinkResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.Directory
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.DisableDirectoryRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.DisableDirectoryResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.EnableDirectoryRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.EnableDirectoryResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.Facet
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttribute
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeDefinition
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeReference
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeUpdate
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.GetAppliedSchemaVersionRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.GetAppliedSchemaVersionResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.GetDirectoryRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.GetDirectoryResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.GetFacetRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.GetFacetResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.GetSchemaAsJsonRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.GetSchemaAsJsonResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.GetTypedLinkFacetInformationRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.GetTypedLinkFacetInformationResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.IndexAttachment
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListDevelopmentSchemaArnsRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListDevelopmentSchemaArnsResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListFacetNamesRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListFacetNamesResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListIndexRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListIndexResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListTagsForResourceRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListTagsForResourceResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeAction
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeRange
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeUpdate
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.ObjectReference
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.PathToObjectIdentifiers
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.PolicyAttachment
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.PolicyToPath
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.PublishSchemaRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.PublishSchemaResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.PutSchemaFromJsonRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.PutSchemaFromJsonResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.RemoveFacetFromObjectRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.RemoveFacetFromObjectResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.Rule
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.SchemaFacet
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.Tag
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.TagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.TagResourceResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValue
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValueRange
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeRange
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacet
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacetAttributeUpdate
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSchemaAndFacetName
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSpecifier
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.UntagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.UntagResourceResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.UpdateFacetRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.UpdateFacetResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.UpdateObjectAttributesRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.UpdateObjectAttributesResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.UpdateSchemaRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.UpdateSchemaResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.UpdateTypedLinkFacetRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.UpdateTypedLinkFacetResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaResult
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaRequest
 
hashCode() - Method in class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaResult
 

I

IncompatibleSchemaException - Exception in com.amazonaws.services.clouddirectory.model
Indicates a failure occurred while performing a check for backward compatibility between the specified schema and the schema that is currently applied to the directory.
IncompatibleSchemaException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.IncompatibleSchemaException
Constructs a new IncompatibleSchemaException with the specified error message.
IndexAttachment - Class in com.amazonaws.services.clouddirectory.model
Represents an index and an attached object.
IndexAttachment() - Constructor for class com.amazonaws.services.clouddirectory.model.IndexAttachment
 
IndexedAttributeMissingException - Exception in com.amazonaws.services.clouddirectory.model
An object has been attempted to be attached to an object that does not have the appropriate attribute value.
IndexedAttributeMissingException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.IndexedAttributeMissingException
Constructs a new IndexedAttributeMissingException with the specified error message.
InternalServiceException - Exception in com.amazonaws.services.clouddirectory.model
Indicates a problem that must be resolved by Amazon Web Services.
InternalServiceException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.InternalServiceException
Constructs a new InternalServiceException with the specified error message.
InvalidArnException - Exception in com.amazonaws.services.clouddirectory.model
Indicates that the provided ARN value is not valid.
InvalidArnException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.InvalidArnException
Constructs a new InvalidArnException with the specified error message.
InvalidAttachmentException - Exception in com.amazonaws.services.clouddirectory.model
Indicates that an attempt to attach an object with the same link name or to apply a schema with the same name has occurred.
InvalidAttachmentException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.InvalidAttachmentException
Constructs a new InvalidAttachmentException with the specified error message.
InvalidFacetUpdateException - Exception in com.amazonaws.services.clouddirectory.model
An attempt to modify a Facet resulted in an invalid schema exception.
InvalidFacetUpdateException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.InvalidFacetUpdateException
Constructs a new InvalidFacetUpdateException with the specified error message.
InvalidNextTokenException - Exception in com.amazonaws.services.clouddirectory.model
Indicates that the NextToken value is not valid.
InvalidNextTokenException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.InvalidNextTokenException
Constructs a new InvalidNextTokenException with the specified error message.
InvalidRuleException - Exception in com.amazonaws.services.clouddirectory.model
Occurs when any of the rule parameter keys or values are invalid.
InvalidRuleException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.InvalidRuleException
Constructs a new InvalidRuleException with the specified error message.
InvalidSchemaDocException - Exception in com.amazonaws.services.clouddirectory.model
Indicates that the provided SchemaDoc value is not valid.
InvalidSchemaDocException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.InvalidSchemaDocException
Constructs a new InvalidSchemaDocException with the specified error message.
InvalidTaggingRequestException - Exception in com.amazonaws.services.clouddirectory.model
Can occur for multiple reasons such as when you tag a resource that doesn’t exist or if you specify a higher number of tags for a resource than the allowed limit.
InvalidTaggingRequestException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.InvalidTaggingRequestException
Constructs a new InvalidTaggingRequestException with the specified error message.
isBooleanValue() - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValue
A Boolean data value.
isDryRun() - Method in class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaRequest
Used for testing whether the major version schemas are backward compatible or not.
isDryRun() - Method in class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaRequest
Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded.
isImmutable() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeDefinition
Whether the attribute is mutable or not.
isImmutable() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
Whether the attribute is mutable or not.
isUnique() - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndex
Indicates whether the attribute that is being indexed has unique values or not.
isUnique() - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexRequest
Indicates whether the attribute that is being indexed has unique values or not.

L

LimitExceededException - Exception in com.amazonaws.services.clouddirectory.model
Indicates that limits are exceeded.
LimitExceededException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.LimitExceededException
Constructs a new LimitExceededException with the specified error message.
LinkNameAlreadyInUseException - Exception in com.amazonaws.services.clouddirectory.model
Indicates that a link could not be created due to a naming conflict.
LinkNameAlreadyInUseException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.LinkNameAlreadyInUseException
Constructs a new LinkNameAlreadyInUseException with the specified error message.
listAppliedSchemaArns(ListAppliedSchemaArnsRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
listAppliedSchemaArns(ListAppliedSchemaArnsRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Lists schema major versions applied to a directory.
listAppliedSchemaArns(ListAppliedSchemaArnsRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Lists schema major versions applied to a directory.
listAppliedSchemaArnsAsync(ListAppliedSchemaArnsRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listAppliedSchemaArnsAsync(ListAppliedSchemaArnsRequest, AsyncHandler<ListAppliedSchemaArnsRequest, ListAppliedSchemaArnsResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listAppliedSchemaArnsAsync(ListAppliedSchemaArnsRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Lists schema major versions applied to a directory.
listAppliedSchemaArnsAsync(ListAppliedSchemaArnsRequest, AsyncHandler<ListAppliedSchemaArnsRequest, ListAppliedSchemaArnsResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Lists schema major versions applied to a directory.
listAppliedSchemaArnsAsync(ListAppliedSchemaArnsRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
listAppliedSchemaArnsAsync(ListAppliedSchemaArnsRequest, AsyncHandler<ListAppliedSchemaArnsRequest, ListAppliedSchemaArnsResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
ListAppliedSchemaArnsRequest - Class in com.amazonaws.services.clouddirectory.model
 
ListAppliedSchemaArnsRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsRequest
 
ListAppliedSchemaArnsResult - Class in com.amazonaws.services.clouddirectory.model
 
ListAppliedSchemaArnsResult() - Constructor for class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsResult
 
listAttachedIndices(ListAttachedIndicesRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
listAttachedIndices(ListAttachedIndicesRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Lists indices attached to the specified object.
listAttachedIndices(ListAttachedIndicesRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Lists indices attached to the specified object.
listAttachedIndicesAsync(ListAttachedIndicesRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listAttachedIndicesAsync(ListAttachedIndicesRequest, AsyncHandler<ListAttachedIndicesRequest, ListAttachedIndicesResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listAttachedIndicesAsync(ListAttachedIndicesRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Lists indices attached to the specified object.
listAttachedIndicesAsync(ListAttachedIndicesRequest, AsyncHandler<ListAttachedIndicesRequest, ListAttachedIndicesResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Lists indices attached to the specified object.
listAttachedIndicesAsync(ListAttachedIndicesRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
listAttachedIndicesAsync(ListAttachedIndicesRequest, AsyncHandler<ListAttachedIndicesRequest, ListAttachedIndicesResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
ListAttachedIndicesRequest - Class in com.amazonaws.services.clouddirectory.model
 
ListAttachedIndicesRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesRequest
 
ListAttachedIndicesResult - Class in com.amazonaws.services.clouddirectory.model
 
ListAttachedIndicesResult() - Constructor for class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesResult
 
listDevelopmentSchemaArns(ListDevelopmentSchemaArnsRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
listDevelopmentSchemaArns(ListDevelopmentSchemaArnsRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Retrieves each Amazon Resource Name (ARN) of schemas in the development state.
listDevelopmentSchemaArns(ListDevelopmentSchemaArnsRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Retrieves each Amazon Resource Name (ARN) of schemas in the development state.
listDevelopmentSchemaArnsAsync(ListDevelopmentSchemaArnsRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listDevelopmentSchemaArnsAsync(ListDevelopmentSchemaArnsRequest, AsyncHandler<ListDevelopmentSchemaArnsRequest, ListDevelopmentSchemaArnsResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listDevelopmentSchemaArnsAsync(ListDevelopmentSchemaArnsRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Retrieves each Amazon Resource Name (ARN) of schemas in the development state.
listDevelopmentSchemaArnsAsync(ListDevelopmentSchemaArnsRequest, AsyncHandler<ListDevelopmentSchemaArnsRequest, ListDevelopmentSchemaArnsResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Retrieves each Amazon Resource Name (ARN) of schemas in the development state.
listDevelopmentSchemaArnsAsync(ListDevelopmentSchemaArnsRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
listDevelopmentSchemaArnsAsync(ListDevelopmentSchemaArnsRequest, AsyncHandler<ListDevelopmentSchemaArnsRequest, ListDevelopmentSchemaArnsResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
ListDevelopmentSchemaArnsRequest - Class in com.amazonaws.services.clouddirectory.model
 
ListDevelopmentSchemaArnsRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.ListDevelopmentSchemaArnsRequest
 
ListDevelopmentSchemaArnsResult - Class in com.amazonaws.services.clouddirectory.model
 
ListDevelopmentSchemaArnsResult() - Constructor for class com.amazonaws.services.clouddirectory.model.ListDevelopmentSchemaArnsResult
 
listDirectories(ListDirectoriesRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
listDirectories(ListDirectoriesRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Lists directories created within an account.
listDirectories(ListDirectoriesRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Lists directories created within an account.
listDirectoriesAsync(ListDirectoriesRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listDirectoriesAsync(ListDirectoriesRequest, AsyncHandler<ListDirectoriesRequest, ListDirectoriesResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listDirectoriesAsync(ListDirectoriesRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Lists directories created within an account.
listDirectoriesAsync(ListDirectoriesRequest, AsyncHandler<ListDirectoriesRequest, ListDirectoriesResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Lists directories created within an account.
listDirectoriesAsync(ListDirectoriesRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
listDirectoriesAsync(ListDirectoriesRequest, AsyncHandler<ListDirectoriesRequest, ListDirectoriesResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
ListDirectoriesRequest - Class in com.amazonaws.services.clouddirectory.model
 
ListDirectoriesRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.ListDirectoriesRequest
 
ListDirectoriesResult - Class in com.amazonaws.services.clouddirectory.model
 
ListDirectoriesResult() - Constructor for class com.amazonaws.services.clouddirectory.model.ListDirectoriesResult
 
listFacetAttributes(ListFacetAttributesRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
listFacetAttributes(ListFacetAttributesRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Retrieves attributes attached to the facet.
listFacetAttributes(ListFacetAttributesRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Retrieves attributes attached to the facet.
listFacetAttributesAsync(ListFacetAttributesRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listFacetAttributesAsync(ListFacetAttributesRequest, AsyncHandler<ListFacetAttributesRequest, ListFacetAttributesResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listFacetAttributesAsync(ListFacetAttributesRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Retrieves attributes attached to the facet.
listFacetAttributesAsync(ListFacetAttributesRequest, AsyncHandler<ListFacetAttributesRequest, ListFacetAttributesResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Retrieves attributes attached to the facet.
listFacetAttributesAsync(ListFacetAttributesRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
listFacetAttributesAsync(ListFacetAttributesRequest, AsyncHandler<ListFacetAttributesRequest, ListFacetAttributesResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
ListFacetAttributesRequest - Class in com.amazonaws.services.clouddirectory.model
 
ListFacetAttributesRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.ListFacetAttributesRequest
 
ListFacetAttributesResult - Class in com.amazonaws.services.clouddirectory.model
 
ListFacetAttributesResult() - Constructor for class com.amazonaws.services.clouddirectory.model.ListFacetAttributesResult
 
listFacetNames(ListFacetNamesRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
listFacetNames(ListFacetNamesRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Retrieves the names of facets that exist in a schema.
listFacetNames(ListFacetNamesRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Retrieves the names of facets that exist in a schema.
listFacetNamesAsync(ListFacetNamesRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listFacetNamesAsync(ListFacetNamesRequest, AsyncHandler<ListFacetNamesRequest, ListFacetNamesResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listFacetNamesAsync(ListFacetNamesRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Retrieves the names of facets that exist in a schema.
listFacetNamesAsync(ListFacetNamesRequest, AsyncHandler<ListFacetNamesRequest, ListFacetNamesResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Retrieves the names of facets that exist in a schema.
listFacetNamesAsync(ListFacetNamesRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
listFacetNamesAsync(ListFacetNamesRequest, AsyncHandler<ListFacetNamesRequest, ListFacetNamesResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
ListFacetNamesRequest - Class in com.amazonaws.services.clouddirectory.model
 
ListFacetNamesRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.ListFacetNamesRequest
 
ListFacetNamesResult - Class in com.amazonaws.services.clouddirectory.model
 
ListFacetNamesResult() - Constructor for class com.amazonaws.services.clouddirectory.model.ListFacetNamesResult
 
listIncomingTypedLinks(ListIncomingTypedLinksRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
listIncomingTypedLinks(ListIncomingTypedLinksRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object.
listIncomingTypedLinks(ListIncomingTypedLinksRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object.
listIncomingTypedLinksAsync(ListIncomingTypedLinksRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listIncomingTypedLinksAsync(ListIncomingTypedLinksRequest, AsyncHandler<ListIncomingTypedLinksRequest, ListIncomingTypedLinksResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listIncomingTypedLinksAsync(ListIncomingTypedLinksRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object.
listIncomingTypedLinksAsync(ListIncomingTypedLinksRequest, AsyncHandler<ListIncomingTypedLinksRequest, ListIncomingTypedLinksResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object.
listIncomingTypedLinksAsync(ListIncomingTypedLinksRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
listIncomingTypedLinksAsync(ListIncomingTypedLinksRequest, AsyncHandler<ListIncomingTypedLinksRequest, ListIncomingTypedLinksResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
ListIncomingTypedLinksRequest - Class in com.amazonaws.services.clouddirectory.model
 
ListIncomingTypedLinksRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
 
ListIncomingTypedLinksResult - Class in com.amazonaws.services.clouddirectory.model
 
ListIncomingTypedLinksResult() - Constructor for class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksResult
 
listIndex(ListIndexRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
listIndex(ListIndexRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Lists objects attached to the specified index.
listIndex(ListIndexRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Lists objects attached to the specified index.
listIndexAsync(ListIndexRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listIndexAsync(ListIndexRequest, AsyncHandler<ListIndexRequest, ListIndexResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listIndexAsync(ListIndexRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Lists objects attached to the specified index.
listIndexAsync(ListIndexRequest, AsyncHandler<ListIndexRequest, ListIndexResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Lists objects attached to the specified index.
listIndexAsync(ListIndexRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
listIndexAsync(ListIndexRequest, AsyncHandler<ListIndexRequest, ListIndexResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
ListIndexRequest - Class in com.amazonaws.services.clouddirectory.model
 
ListIndexRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.ListIndexRequest
 
ListIndexResult - Class in com.amazonaws.services.clouddirectory.model
 
ListIndexResult() - Constructor for class com.amazonaws.services.clouddirectory.model.ListIndexResult
 
listObjectAttributes(ListObjectAttributesRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
listObjectAttributes(ListObjectAttributesRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Lists all attributes that are associated with an object.
listObjectAttributes(ListObjectAttributesRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Lists all attributes that are associated with an object.
listObjectAttributesAsync(ListObjectAttributesRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listObjectAttributesAsync(ListObjectAttributesRequest, AsyncHandler<ListObjectAttributesRequest, ListObjectAttributesResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listObjectAttributesAsync(ListObjectAttributesRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Lists all attributes that are associated with an object.
listObjectAttributesAsync(ListObjectAttributesRequest, AsyncHandler<ListObjectAttributesRequest, ListObjectAttributesResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Lists all attributes that are associated with an object.
listObjectAttributesAsync(ListObjectAttributesRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
listObjectAttributesAsync(ListObjectAttributesRequest, AsyncHandler<ListObjectAttributesRequest, ListObjectAttributesResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
ListObjectAttributesRequest - Class in com.amazonaws.services.clouddirectory.model
 
ListObjectAttributesRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.ListObjectAttributesRequest
 
ListObjectAttributesResult - Class in com.amazonaws.services.clouddirectory.model
 
ListObjectAttributesResult() - Constructor for class com.amazonaws.services.clouddirectory.model.ListObjectAttributesResult
 
listObjectChildren(ListObjectChildrenRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
listObjectChildren(ListObjectChildrenRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Returns a paginated list of child objects that are associated with a given object.
listObjectChildren(ListObjectChildrenRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Returns a paginated list of child objects that are associated with a given object.
listObjectChildrenAsync(ListObjectChildrenRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listObjectChildrenAsync(ListObjectChildrenRequest, AsyncHandler<ListObjectChildrenRequest, ListObjectChildrenResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listObjectChildrenAsync(ListObjectChildrenRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Returns a paginated list of child objects that are associated with a given object.
listObjectChildrenAsync(ListObjectChildrenRequest, AsyncHandler<ListObjectChildrenRequest, ListObjectChildrenResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Returns a paginated list of child objects that are associated with a given object.
listObjectChildrenAsync(ListObjectChildrenRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
listObjectChildrenAsync(ListObjectChildrenRequest, AsyncHandler<ListObjectChildrenRequest, ListObjectChildrenResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
ListObjectChildrenRequest - Class in com.amazonaws.services.clouddirectory.model
 
ListObjectChildrenRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.ListObjectChildrenRequest
 
ListObjectChildrenResult - Class in com.amazonaws.services.clouddirectory.model
 
ListObjectChildrenResult() - Constructor for class com.amazonaws.services.clouddirectory.model.ListObjectChildrenResult
 
listObjectParentPaths(ListObjectParentPathsRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
listObjectParentPaths(ListObjectParentPathsRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects.
listObjectParentPaths(ListObjectParentPathsRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects.
listObjectParentPathsAsync(ListObjectParentPathsRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listObjectParentPathsAsync(ListObjectParentPathsRequest, AsyncHandler<ListObjectParentPathsRequest, ListObjectParentPathsResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listObjectParentPathsAsync(ListObjectParentPathsRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects.
listObjectParentPathsAsync(ListObjectParentPathsRequest, AsyncHandler<ListObjectParentPathsRequest, ListObjectParentPathsResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects.
listObjectParentPathsAsync(ListObjectParentPathsRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
listObjectParentPathsAsync(ListObjectParentPathsRequest, AsyncHandler<ListObjectParentPathsRequest, ListObjectParentPathsResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
ListObjectParentPathsRequest - Class in com.amazonaws.services.clouddirectory.model
 
ListObjectParentPathsRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsRequest
 
ListObjectParentPathsResult - Class in com.amazonaws.services.clouddirectory.model
 
ListObjectParentPathsResult() - Constructor for class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsResult
 
listObjectParents(ListObjectParentsRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
listObjectParents(ListObjectParentsRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Lists parent objects that are associated with a given object in pagination fashion.
listObjectParents(ListObjectParentsRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Lists parent objects that are associated with a given object in pagination fashion.
listObjectParentsAsync(ListObjectParentsRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listObjectParentsAsync(ListObjectParentsRequest, AsyncHandler<ListObjectParentsRequest, ListObjectParentsResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listObjectParentsAsync(ListObjectParentsRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Lists parent objects that are associated with a given object in pagination fashion.
listObjectParentsAsync(ListObjectParentsRequest, AsyncHandler<ListObjectParentsRequest, ListObjectParentsResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Lists parent objects that are associated with a given object in pagination fashion.
listObjectParentsAsync(ListObjectParentsRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
listObjectParentsAsync(ListObjectParentsRequest, AsyncHandler<ListObjectParentsRequest, ListObjectParentsResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
ListObjectParentsRequest - Class in com.amazonaws.services.clouddirectory.model
 
ListObjectParentsRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.ListObjectParentsRequest
 
ListObjectParentsResult - Class in com.amazonaws.services.clouddirectory.model
 
ListObjectParentsResult() - Constructor for class com.amazonaws.services.clouddirectory.model.ListObjectParentsResult
 
listObjectPolicies(ListObjectPoliciesRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
listObjectPolicies(ListObjectPoliciesRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Returns policies attached to an object in pagination fashion.
listObjectPolicies(ListObjectPoliciesRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Returns policies attached to an object in pagination fashion.
listObjectPoliciesAsync(ListObjectPoliciesRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listObjectPoliciesAsync(ListObjectPoliciesRequest, AsyncHandler<ListObjectPoliciesRequest, ListObjectPoliciesResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listObjectPoliciesAsync(ListObjectPoliciesRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Returns policies attached to an object in pagination fashion.
listObjectPoliciesAsync(ListObjectPoliciesRequest, AsyncHandler<ListObjectPoliciesRequest, ListObjectPoliciesResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Returns policies attached to an object in pagination fashion.
listObjectPoliciesAsync(ListObjectPoliciesRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
listObjectPoliciesAsync(ListObjectPoliciesRequest, AsyncHandler<ListObjectPoliciesRequest, ListObjectPoliciesResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
ListObjectPoliciesRequest - Class in com.amazonaws.services.clouddirectory.model
 
ListObjectPoliciesRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesRequest
 
ListObjectPoliciesResult - Class in com.amazonaws.services.clouddirectory.model
 
ListObjectPoliciesResult() - Constructor for class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesResult
 
listOutgoingTypedLinks(ListOutgoingTypedLinksRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
listOutgoingTypedLinks(ListOutgoingTypedLinksRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
listOutgoingTypedLinks(ListOutgoingTypedLinksRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
listOutgoingTypedLinksAsync(ListOutgoingTypedLinksRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listOutgoingTypedLinksAsync(ListOutgoingTypedLinksRequest, AsyncHandler<ListOutgoingTypedLinksRequest, ListOutgoingTypedLinksResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listOutgoingTypedLinksAsync(ListOutgoingTypedLinksRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
listOutgoingTypedLinksAsync(ListOutgoingTypedLinksRequest, AsyncHandler<ListOutgoingTypedLinksRequest, ListOutgoingTypedLinksResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
listOutgoingTypedLinksAsync(ListOutgoingTypedLinksRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
listOutgoingTypedLinksAsync(ListOutgoingTypedLinksRequest, AsyncHandler<ListOutgoingTypedLinksRequest, ListOutgoingTypedLinksResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
ListOutgoingTypedLinksRequest - Class in com.amazonaws.services.clouddirectory.model
 
ListOutgoingTypedLinksRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
 
ListOutgoingTypedLinksResult - Class in com.amazonaws.services.clouddirectory.model
 
ListOutgoingTypedLinksResult() - Constructor for class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksResult
 
listPolicyAttachments(ListPolicyAttachmentsRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
listPolicyAttachments(ListPolicyAttachmentsRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Returns all of the ObjectIdentifiers to which a given policy is attached.
listPolicyAttachments(ListPolicyAttachmentsRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Returns all of the ObjectIdentifiers to which a given policy is attached.
listPolicyAttachmentsAsync(ListPolicyAttachmentsRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listPolicyAttachmentsAsync(ListPolicyAttachmentsRequest, AsyncHandler<ListPolicyAttachmentsRequest, ListPolicyAttachmentsResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listPolicyAttachmentsAsync(ListPolicyAttachmentsRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Returns all of the ObjectIdentifiers to which a given policy is attached.
listPolicyAttachmentsAsync(ListPolicyAttachmentsRequest, AsyncHandler<ListPolicyAttachmentsRequest, ListPolicyAttachmentsResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Returns all of the ObjectIdentifiers to which a given policy is attached.
listPolicyAttachmentsAsync(ListPolicyAttachmentsRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
listPolicyAttachmentsAsync(ListPolicyAttachmentsRequest, AsyncHandler<ListPolicyAttachmentsRequest, ListPolicyAttachmentsResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
ListPolicyAttachmentsRequest - Class in com.amazonaws.services.clouddirectory.model
 
ListPolicyAttachmentsRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsRequest
 
ListPolicyAttachmentsResult - Class in com.amazonaws.services.clouddirectory.model
 
ListPolicyAttachmentsResult() - Constructor for class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsResult
 
listPublishedSchemaArns(ListPublishedSchemaArnsRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
listPublishedSchemaArns(ListPublishedSchemaArnsRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Lists the major version families of each published schema.
listPublishedSchemaArns(ListPublishedSchemaArnsRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Lists the major version families of each published schema.
listPublishedSchemaArnsAsync(ListPublishedSchemaArnsRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listPublishedSchemaArnsAsync(ListPublishedSchemaArnsRequest, AsyncHandler<ListPublishedSchemaArnsRequest, ListPublishedSchemaArnsResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listPublishedSchemaArnsAsync(ListPublishedSchemaArnsRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Lists the major version families of each published schema.
listPublishedSchemaArnsAsync(ListPublishedSchemaArnsRequest, AsyncHandler<ListPublishedSchemaArnsRequest, ListPublishedSchemaArnsResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Lists the major version families of each published schema.
listPublishedSchemaArnsAsync(ListPublishedSchemaArnsRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
listPublishedSchemaArnsAsync(ListPublishedSchemaArnsRequest, AsyncHandler<ListPublishedSchemaArnsRequest, ListPublishedSchemaArnsResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
ListPublishedSchemaArnsRequest - Class in com.amazonaws.services.clouddirectory.model
 
ListPublishedSchemaArnsRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsRequest
 
ListPublishedSchemaArnsResult - Class in com.amazonaws.services.clouddirectory.model
 
ListPublishedSchemaArnsResult() - Constructor for class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsResult
 
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
listTagsForResource(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Returns tags for a resource.
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Returns tags for a resource.
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Returns tags for a resource.
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Returns tags for a resource.
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
ListTagsForResourceRequest - Class in com.amazonaws.services.clouddirectory.model
 
ListTagsForResourceRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.ListTagsForResourceRequest
 
ListTagsForResourceResult - Class in com.amazonaws.services.clouddirectory.model
 
ListTagsForResourceResult() - Constructor for class com.amazonaws.services.clouddirectory.model.ListTagsForResourceResult
 
listTypedLinkFacetAttributes(ListTypedLinkFacetAttributesRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
listTypedLinkFacetAttributes(ListTypedLinkFacetAttributesRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Returns a paginated list of all attribute definitions for a particular TypedLinkFacet.
listTypedLinkFacetAttributes(ListTypedLinkFacetAttributesRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Returns a paginated list of all attribute definitions for a particular TypedLinkFacet.
listTypedLinkFacetAttributesAsync(ListTypedLinkFacetAttributesRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listTypedLinkFacetAttributesAsync(ListTypedLinkFacetAttributesRequest, AsyncHandler<ListTypedLinkFacetAttributesRequest, ListTypedLinkFacetAttributesResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listTypedLinkFacetAttributesAsync(ListTypedLinkFacetAttributesRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Returns a paginated list of all attribute definitions for a particular TypedLinkFacet.
listTypedLinkFacetAttributesAsync(ListTypedLinkFacetAttributesRequest, AsyncHandler<ListTypedLinkFacetAttributesRequest, ListTypedLinkFacetAttributesResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Returns a paginated list of all attribute definitions for a particular TypedLinkFacet.
listTypedLinkFacetAttributesAsync(ListTypedLinkFacetAttributesRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
listTypedLinkFacetAttributesAsync(ListTypedLinkFacetAttributesRequest, AsyncHandler<ListTypedLinkFacetAttributesRequest, ListTypedLinkFacetAttributesResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
ListTypedLinkFacetAttributesRequest - Class in com.amazonaws.services.clouddirectory.model
 
ListTypedLinkFacetAttributesRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesRequest
 
ListTypedLinkFacetAttributesResult - Class in com.amazonaws.services.clouddirectory.model
 
ListTypedLinkFacetAttributesResult() - Constructor for class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesResult
 
listTypedLinkFacetNames(ListTypedLinkFacetNamesRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
listTypedLinkFacetNames(ListTypedLinkFacetNamesRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Returns a paginated list of TypedLink facet names for a particular schema.
listTypedLinkFacetNames(ListTypedLinkFacetNamesRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Returns a paginated list of TypedLink facet names for a particular schema.
listTypedLinkFacetNamesAsync(ListTypedLinkFacetNamesRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listTypedLinkFacetNamesAsync(ListTypedLinkFacetNamesRequest, AsyncHandler<ListTypedLinkFacetNamesRequest, ListTypedLinkFacetNamesResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
listTypedLinkFacetNamesAsync(ListTypedLinkFacetNamesRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Returns a paginated list of TypedLink facet names for a particular schema.
listTypedLinkFacetNamesAsync(ListTypedLinkFacetNamesRequest, AsyncHandler<ListTypedLinkFacetNamesRequest, ListTypedLinkFacetNamesResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Returns a paginated list of TypedLink facet names for a particular schema.
listTypedLinkFacetNamesAsync(ListTypedLinkFacetNamesRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
listTypedLinkFacetNamesAsync(ListTypedLinkFacetNamesRequest, AsyncHandler<ListTypedLinkFacetNamesRequest, ListTypedLinkFacetNamesResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
ListTypedLinkFacetNamesRequest - Class in com.amazonaws.services.clouddirectory.model
 
ListTypedLinkFacetNamesRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesRequest
 
ListTypedLinkFacetNamesResult - Class in com.amazonaws.services.clouddirectory.model
 
ListTypedLinkFacetNamesResult() - Constructor for class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesResult
 
lookupPolicy(LookupPolicyRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
lookupPolicy(LookupPolicyRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Lists all policies from the root of the Directory to the object specified.
lookupPolicy(LookupPolicyRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Lists all policies from the root of the Directory to the object specified.
lookupPolicyAsync(LookupPolicyRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
lookupPolicyAsync(LookupPolicyRequest, AsyncHandler<LookupPolicyRequest, LookupPolicyResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
lookupPolicyAsync(LookupPolicyRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Lists all policies from the root of the Directory to the object specified.
lookupPolicyAsync(LookupPolicyRequest, AsyncHandler<LookupPolicyRequest, LookupPolicyResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Lists all policies from the root of the Directory to the object specified.
lookupPolicyAsync(LookupPolicyRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
lookupPolicyAsync(LookupPolicyRequest, AsyncHandler<LookupPolicyRequest, LookupPolicyResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
LookupPolicyRequest - Class in com.amazonaws.services.clouddirectory.model
 
LookupPolicyRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.LookupPolicyRequest
 
LookupPolicyResult - Class in com.amazonaws.services.clouddirectory.model
 
LookupPolicyResult() - Constructor for class com.amazonaws.services.clouddirectory.model.LookupPolicyResult
 

M

marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.AttributeKey
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.AttributeKeyAndValue
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.AttributeNameAndValue
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchAddFacetToObject
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchAddFacetToObjectResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachObject
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachObjectResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachPolicy
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachPolicyResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachToIndex
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachToIndexResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLink
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLinkResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndex
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndexResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObject
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObjectResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchDeleteObject
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchDeleteObjectResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachFromIndex
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachFromIndexResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachObject
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachObjectResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachPolicy
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachPolicyResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachTypedLink
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachTypedLinkResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributesResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectInformation
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectInformationResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndices
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndicesResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinks
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinksResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndex
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndexResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributesResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildren
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildrenResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPaths
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPathsResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPolicies
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPoliciesResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinks
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinksResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachments
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachmentsResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicy
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicyResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadException
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperationResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchRemoveFacetFromObject
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchRemoveFacetFromObjectResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchUpdateObjectAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchUpdateObjectAttributesResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.Directory
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.Facet
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttribute
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeDefinition
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeReference
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeUpdate
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.IndexAttachment
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeAction
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeRange
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeUpdate
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.ObjectReference
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.PathToObjectIdentifiers
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.PolicyAttachment
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.PolicyToPath
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.Rule
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.SchemaFacet
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.Tag
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValue
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValueRange
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeRange
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacet
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacetAttributeUpdate
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSchemaAndFacetName
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSpecifier
 

N

NotIndexException - Exception in com.amazonaws.services.clouddirectory.model
Indicates that the requested operation can only operate on index objects.
NotIndexException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.NotIndexException
Constructs a new NotIndexException with the specified error message.
NotNodeException - Exception in com.amazonaws.services.clouddirectory.model
Occurs when any invalid operations are performed on an object that is not a node, such as calling ListObjectChildren for a leaf node object.
NotNodeException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.NotNodeException
Constructs a new NotNodeException with the specified error message.
NotPolicyException - Exception in com.amazonaws.services.clouddirectory.model
Indicates that the requested operation can only operate on policy objects.
NotPolicyException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.NotPolicyException
Constructs a new NotPolicyException with the specified error message.

O

ObjectAlreadyDetachedException - Exception in com.amazonaws.services.clouddirectory.model
Indicates that the object is not attached to the index.
ObjectAlreadyDetachedException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.ObjectAlreadyDetachedException
Constructs a new ObjectAlreadyDetachedException with the specified error message.
ObjectAttributeAction - Class in com.amazonaws.services.clouddirectory.model
The action to take on the object attribute.
ObjectAttributeAction() - Constructor for class com.amazonaws.services.clouddirectory.model.ObjectAttributeAction
 
ObjectAttributeRange - Class in com.amazonaws.services.clouddirectory.model
A range of attributes.
ObjectAttributeRange() - Constructor for class com.amazonaws.services.clouddirectory.model.ObjectAttributeRange
 
ObjectAttributeUpdate - Class in com.amazonaws.services.clouddirectory.model
Structure that contains attribute update information.
ObjectAttributeUpdate() - Constructor for class com.amazonaws.services.clouddirectory.model.ObjectAttributeUpdate
 
ObjectNotDetachedException - Exception in com.amazonaws.services.clouddirectory.model
Indicates that the requested operation cannot be completed because the object has not been detached from the tree.
ObjectNotDetachedException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.ObjectNotDetachedException
Constructs a new ObjectNotDetachedException with the specified error message.
ObjectReference - Class in com.amazonaws.services.clouddirectory.model
The reference that identifies an object.
ObjectReference() - Constructor for class com.amazonaws.services.clouddirectory.model.ObjectReference
 
ObjectType - Enum in com.amazonaws.services.clouddirectory.model
 

P

PathToObjectIdentifiers - Class in com.amazonaws.services.clouddirectory.model
Returns the path to the ObjectIdentifiers that is associated with the directory.
PathToObjectIdentifiers() - Constructor for class com.amazonaws.services.clouddirectory.model.PathToObjectIdentifiers
 
PolicyAttachment - Class in com.amazonaws.services.clouddirectory.model
Contains the PolicyType, PolicyId, and the ObjectIdentifier to which it is attached.
PolicyAttachment() - Constructor for class com.amazonaws.services.clouddirectory.model.PolicyAttachment
 
PolicyToPath - Class in com.amazonaws.services.clouddirectory.model
Used when a regular object exists in a Directory and you want to find all of the policies that are associated with that object and the parent to that object.
PolicyToPath() - Constructor for class com.amazonaws.services.clouddirectory.model.PolicyToPath
 
publishSchema(PublishSchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
publishSchema(PublishSchemaRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Publishes a development schema with a major version and a recommended minor version.
publishSchema(PublishSchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Publishes a development schema with a major version and a recommended minor version.
publishSchemaAsync(PublishSchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
publishSchemaAsync(PublishSchemaRequest, AsyncHandler<PublishSchemaRequest, PublishSchemaResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
publishSchemaAsync(PublishSchemaRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Publishes a development schema with a major version and a recommended minor version.
publishSchemaAsync(PublishSchemaRequest, AsyncHandler<PublishSchemaRequest, PublishSchemaResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Publishes a development schema with a major version and a recommended minor version.
publishSchemaAsync(PublishSchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
publishSchemaAsync(PublishSchemaRequest, AsyncHandler<PublishSchemaRequest, PublishSchemaResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
PublishSchemaRequest - Class in com.amazonaws.services.clouddirectory.model
 
PublishSchemaRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.PublishSchemaRequest
 
PublishSchemaResult - Class in com.amazonaws.services.clouddirectory.model
 
PublishSchemaResult() - Constructor for class com.amazonaws.services.clouddirectory.model.PublishSchemaResult
 
putSchemaFromJson(PutSchemaFromJsonRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
putSchemaFromJson(PutSchemaFromJsonRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Allows a schema to be updated using JSON upload.
putSchemaFromJson(PutSchemaFromJsonRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Allows a schema to be updated using JSON upload.
putSchemaFromJsonAsync(PutSchemaFromJsonRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
putSchemaFromJsonAsync(PutSchemaFromJsonRequest, AsyncHandler<PutSchemaFromJsonRequest, PutSchemaFromJsonResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
putSchemaFromJsonAsync(PutSchemaFromJsonRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Allows a schema to be updated using JSON upload.
putSchemaFromJsonAsync(PutSchemaFromJsonRequest, AsyncHandler<PutSchemaFromJsonRequest, PutSchemaFromJsonResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Allows a schema to be updated using JSON upload.
putSchemaFromJsonAsync(PutSchemaFromJsonRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
putSchemaFromJsonAsync(PutSchemaFromJsonRequest, AsyncHandler<PutSchemaFromJsonRequest, PutSchemaFromJsonResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
PutSchemaFromJsonRequest - Class in com.amazonaws.services.clouddirectory.model
 
PutSchemaFromJsonRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.PutSchemaFromJsonRequest
 
PutSchemaFromJsonResult - Class in com.amazonaws.services.clouddirectory.model
 
PutSchemaFromJsonResult() - Constructor for class com.amazonaws.services.clouddirectory.model.PutSchemaFromJsonResult
 

R

RangeMode - Enum in com.amazonaws.services.clouddirectory.model
 
removeFacetFromObject(RemoveFacetFromObjectRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
removeFacetFromObject(RemoveFacetFromObjectRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Removes the specified facet from the specified object.
removeFacetFromObject(RemoveFacetFromObjectRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Removes the specified facet from the specified object.
removeFacetFromObjectAsync(RemoveFacetFromObjectRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
removeFacetFromObjectAsync(RemoveFacetFromObjectRequest, AsyncHandler<RemoveFacetFromObjectRequest, RemoveFacetFromObjectResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
removeFacetFromObjectAsync(RemoveFacetFromObjectRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Removes the specified facet from the specified object.
removeFacetFromObjectAsync(RemoveFacetFromObjectRequest, AsyncHandler<RemoveFacetFromObjectRequest, RemoveFacetFromObjectResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Removes the specified facet from the specified object.
removeFacetFromObjectAsync(RemoveFacetFromObjectRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
removeFacetFromObjectAsync(RemoveFacetFromObjectRequest, AsyncHandler<RemoveFacetFromObjectRequest, RemoveFacetFromObjectResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
RemoveFacetFromObjectRequest - Class in com.amazonaws.services.clouddirectory.model
 
RemoveFacetFromObjectRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.RemoveFacetFromObjectRequest
 
RemoveFacetFromObjectResult - Class in com.amazonaws.services.clouddirectory.model
 
RemoveFacetFromObjectResult() - Constructor for class com.amazonaws.services.clouddirectory.model.RemoveFacetFromObjectResult
 
RequiredAttributeBehavior - Enum in com.amazonaws.services.clouddirectory.model
 
ResourceNotFoundException - Exception in com.amazonaws.services.clouddirectory.model
The specified resource could not be found.
ResourceNotFoundException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the specified error message.
RetryableConflictException - Exception in com.amazonaws.services.clouddirectory.model
Occurs when a conflict with a previous successful write is detected.
RetryableConflictException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.RetryableConflictException
Constructs a new RetryableConflictException with the specified error message.
Rule - Class in com.amazonaws.services.clouddirectory.model
Contains an Amazon Resource Name (ARN) and parameters that are associated with the rule.
Rule() - Constructor for class com.amazonaws.services.clouddirectory.model.Rule
 
RuleType - Enum in com.amazonaws.services.clouddirectory.model
 

S

SchemaAlreadyExistsException - Exception in com.amazonaws.services.clouddirectory.model
Indicates that a schema could not be created due to a naming conflict.
SchemaAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.SchemaAlreadyExistsException
Constructs a new SchemaAlreadyExistsException with the specified error message.
SchemaAlreadyPublishedException - Exception in com.amazonaws.services.clouddirectory.model
Indicates that a schema is already published.
SchemaAlreadyPublishedException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.SchemaAlreadyPublishedException
Constructs a new SchemaAlreadyPublishedException with the specified error message.
SchemaFacet - Class in com.amazonaws.services.clouddirectory.model
A facet.
SchemaFacet() - Constructor for class com.amazonaws.services.clouddirectory.model.SchemaFacet
 
setAction(String) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeUpdate
The action to perform when updating the attribute.
setAction(UpdateActionType) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeUpdate
The action to perform when updating the attribute.
setAction(String) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacetAttributeUpdate
The action to perform when updating the attribute.
setAction(UpdateActionType) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacetAttributeUpdate
The action to perform when updating the attribute.
setAddFacetToObject(BatchAddFacetToObject) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
A batch operation that adds a facet to an object.
setAddFacetToObject(BatchAddFacetToObjectResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
The result of an add facet to object batch operation.
setAppliedSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ApplySchemaResult
The applied schema ARN that is associated with the copied schema in the Directory.
setAppliedSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryResult
The ARN of the published schema in the Directory.
setAppliedSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.GetAppliedSchemaVersionResult
Current applied schema ARN, including the minor version in use if one was provided.
setArn(String) - Method in class com.amazonaws.services.clouddirectory.model.PutSchemaFromJsonResult
The ARN of the schema to update.
setAttachedObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.AttachObjectResult
The attached ObjectIdentifier, which is the child ObjectIdentifier.
setAttachedObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.AttachToIndexResult
The ObjectIdentifier of the object that was attached to the index.
setAttachedObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachObjectResponse
The ObjectIdentifier of the object that has been attached.
setAttachedObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachToIndexResponse
The ObjectIdentifier of the object that was attached to the index.
setAttachedPolicyIds(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPoliciesResponse
A list of policy ObjectIdentifiers, that are attached to the object.
setAttachedPolicyIds(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesResult
A list of policy ObjectIdentifiers, that are attached to the object.
setAttachObject(BatchAttachObject) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Attaches an object to a Directory.
setAttachObject(BatchAttachObjectResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Attaches an object to a Directory.
setAttachPolicy(BatchAttachPolicy) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Attaches a policy object to a regular object.
setAttachPolicy(BatchAttachPolicyResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Attaches a policy object to a regular object.
setAttachToIndex(BatchAttachToIndex) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Attaches the specified object to the specified index.
setAttachToIndex(BatchAttachToIndexResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Attaches the specified object to the specified index.
setAttachTypedLink(BatchAttachTypedLink) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Attaches a typed link to a specified source and target object.
setAttachTypedLink(BatchAttachTypedLinkResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Attaches a typed link to a specified source and target object.
setAttribute(FacetAttribute) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeUpdate
The attribute to update.
setAttribute(TypedLinkAttributeDefinition) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacetAttributeUpdate
The attribute to update.
setAttributeDefinition(FacetAttributeDefinition) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttribute
A facet attribute consists of either a definition or a reference.
setAttributeKey(AttributeKey) - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeRange
The key of the attribute that the attribute range covers.
setAttributeName(String) - Method in class com.amazonaws.services.clouddirectory.model.AttributeNameAndValue
The attribute name of the typed link.
setAttributeName(String) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeRange
The unique name of the typed link attribute.
setAttributeNames(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributes
List of attribute names whose values will be retrieved.
setAttributeNames(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesRequest
List of attribute names whose values will be retrieved.
setAttributeReference(FacetAttributeReference) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttribute
An attribute reference that is associated with the attribute.
setAttributes(Collection<AttributeNameAndValue>) - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkRequest
A set of attributes that are associated with the typed link.
setAttributes(Collection<AttributeNameAndValue>) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLink
A set of attributes that are associated with the typed link.
setAttributes(Collection<AttributeKeyAndValue>) - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributesResponse
The attribute values that are associated with an object.
setAttributes(Collection<AttributeKeyAndValue>) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributesResponse
The attributes map that is associated with the object.
setAttributes(Collection<FacetAttribute>) - Method in class com.amazonaws.services.clouddirectory.model.CreateFacetRequest
The attributes that are associated with the Facet.
setAttributes(Collection<AttributeKeyAndValue>) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesResult
The attributes that are associated with the object.
setAttributes(Collection<FacetAttribute>) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesResult
The attributes attached to the facet.
setAttributes(Collection<AttributeKeyAndValue>) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesResult
Attributes map that is associated with the object.
setAttributes(Collection<TypedLinkAttributeDefinition>) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesResult
An ordered set of attributes associate with the typed link.
setAttributes(Collection<TypedLinkAttributeDefinition>) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacet
A set of key-value pairs associated with the typed link.
setAttributeUpdates(Collection<ObjectAttributeUpdate>) - Method in class com.amazonaws.services.clouddirectory.model.BatchUpdateObjectAttributes
Attributes update structure.
setAttributeUpdates(Collection<FacetAttributeUpdate>) - Method in class com.amazonaws.services.clouddirectory.model.UpdateFacetRequest
List of attributes that need to be updated in a given schema Facet.
setAttributeUpdates(Collection<ObjectAttributeUpdate>) - Method in class com.amazonaws.services.clouddirectory.model.UpdateObjectAttributesRequest
The attributes update structure.
setAttributeUpdates(Collection<TypedLinkFacetAttributeUpdate>) - Method in class com.amazonaws.services.clouddirectory.model.UpdateTypedLinkFacetRequest
Attributes update structure.
setBatchReferenceName(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndex
The batch reference name.
setBatchReferenceName(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObject
The batch reference name.
setBatchReferenceName(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachObject
The batch reference name.
setBinaryValue(ByteBuffer) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValue
A binary data value.
setBooleanValue(Boolean) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValue
A Boolean data value.
setChildReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.AttachObjectRequest
The child object reference to be attached to the object.
setChildReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachObject
The child object reference that is to be attached to the object.
setChildren(Map<String, String>) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildrenResponse
The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.
setChildren(Map<String, String>) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenResult
Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.
setConsistencyLevel(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadRequest
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.
setConsistencyLevel(ConsistencyLevel) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadRequest
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.
setConsistencyLevel(String) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesRequest
The consistency level at which to retrieve the attributes on an object.
setConsistencyLevel(String) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationRequest
The consistency level at which to retrieve the object information.
setConsistencyLevel(ConsistencyLevel) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationRequest
The consistency level at which to retrieve the object information.
setConsistencyLevel(String) - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesRequest
The consistency level to use for this operation.
setConsistencyLevel(ConsistencyLevel) - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesRequest
The consistency level to use for this operation.
setConsistencyLevel(String) - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
The consistency level to execute the request at.
setConsistencyLevel(ConsistencyLevel) - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
The consistency level to execute the request at.
setConsistencyLevel(String) - Method in class com.amazonaws.services.clouddirectory.model.ListIndexRequest
The consistency level to execute the request at.
setConsistencyLevel(ConsistencyLevel) - Method in class com.amazonaws.services.clouddirectory.model.ListIndexRequest
The consistency level to execute the request at.
setConsistencyLevel(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesRequest
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.
setConsistencyLevel(ConsistencyLevel) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesRequest
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.
setConsistencyLevel(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenRequest
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.
setConsistencyLevel(ConsistencyLevel) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenRequest
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.
setConsistencyLevel(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsRequest
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.
setConsistencyLevel(ConsistencyLevel) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsRequest
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.
setConsistencyLevel(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesRequest
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.
setConsistencyLevel(ConsistencyLevel) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesRequest
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.
setConsistencyLevel(String) - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
The consistency level to execute the request at.
setConsistencyLevel(ConsistencyLevel) - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
The consistency level to execute the request at.
setConsistencyLevel(String) - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsRequest
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.
setConsistencyLevel(ConsistencyLevel) - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsRequest
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.
setCreateIndex(BatchCreateIndex) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Creates an index object.
setCreateIndex(BatchCreateIndexResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Creates an index object.
setCreateObject(BatchCreateObject) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Creates an object.
setCreateObject(BatchCreateObjectResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Creates an object in a Directory.
setCreationDateTime(Date) - Method in class com.amazonaws.services.clouddirectory.model.Directory
The date and time when the directory was created.
setDatetimeValue(Date) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValue
A date and time value.
setDefaultValue(TypedAttributeValue) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeDefinition
The default value of the attribute (if configured).
setDefaultValue(TypedAttributeValue) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
The default value of the attribute (if configured).
setDeleteObject(BatchDeleteObject) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Deletes an object in a Directory.
setDeleteObject(BatchDeleteObjectResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Deletes an object in a Directory.
setDetachedObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachFromIndexResponse
The ObjectIdentifier of the object that was detached from the index.
setDetachedObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachObjectResponse
The ObjectIdentifier of the detached object.
setDetachedObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.DetachFromIndexResult
The ObjectIdentifier of the object that was detached from the index.
setDetachedObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.DetachObjectResult
The ObjectIdentifier that was detached from the object.
setDetachFromIndex(BatchDetachFromIndex) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Detaches the specified object from the specified index.
setDetachFromIndex(BatchDetachFromIndexResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Detaches the specified object from the specified index.
setDetachObject(BatchDetachObject) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Detaches an object from a Directory.
setDetachObject(BatchDetachObjectResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Detaches an object from a Directory.
setDetachPolicy(BatchDetachPolicy) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Detaches a policy from a Directory.
setDetachPolicy(BatchDetachPolicyResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Detaches a policy from a Directory.
setDetachTypedLink(BatchDetachTypedLink) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Detaches a typed link from a specified source and target object.
setDetachTypedLink(BatchDetachTypedLinkResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Detaches a typed link from a specified source and target object.
setDevelopmentSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.PublishSchemaRequest
The Amazon Resource Name (ARN) that is associated with the development schema.
setDevelopmentSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaRequest
The ARN of the development schema with the changes used for the upgrade.
setDirectories(Collection<Directory>) - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesResult
Lists all directories that are associated with your account in pagination fashion.
setDirectory(Directory) - Method in class com.amazonaws.services.clouddirectory.model.GetDirectoryResult
Metadata about the directory.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.AddFacetToObjectRequest
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ApplySchemaRequest
The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ApplySchemaResult
The ARN that is associated with the Directory.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.AttachObjectRequest
Amazon Resource Name (ARN) that is associated with the Directory where both objects reside.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.AttachPolicyRequest
The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.AttachToIndexRequest
The Amazon Resource Name (ARN) of the directory where the object and index exist.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkRequest
The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadRequest
The Amazon Resource Name (ARN) that is associated with the Directory.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteRequest
The Amazon Resource Name (ARN) that is associated with the Directory.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryResult
The ARN that is associated with the Directory.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexRequest
The ARN of the directory where the index should be created.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectRequest
The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DeleteDirectoryRequest
The ARN of the directory to delete.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DeleteDirectoryResult
The ARN of the deleted directory.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DeleteObjectRequest
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DetachFromIndexRequest
The Amazon Resource Name (ARN) of the directory the index and object exist in.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DetachObjectRequest
The Amazon Resource Name (ARN) that is associated with the Directory where objects reside.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DetachPolicyRequest
The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DetachTypedLinkRequest
The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.Directory
The Amazon Resource Name (ARN) that is associated with the directory.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DisableDirectoryRequest
The ARN of the directory to disable.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DisableDirectoryResult
The ARN of the directory that has been disabled.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.EnableDirectoryRequest
The ARN of the directory to enable.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.EnableDirectoryResult
The ARN of the enabled directory.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.GetDirectoryRequest
The ARN of the directory.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesRequest
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationRequest
The ARN of the directory being retrieved.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsRequest
The ARN of the directory you are listing.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesRequest
The ARN of the directory.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
The Amazon Resource Name (ARN) of the directory where you want to list the typed links.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListIndexRequest
The ARN of the directory that the index exists in.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesRequest
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenRequest
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsRequest
The ARN of the directory to which the parent path applies.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsRequest
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesRequest
The Amazon Resource Name (ARN) that is associated with the Directory where objects reside.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
The Amazon Resource Name (ARN) of the directory where you want to list the typed links.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsRequest
The Amazon Resource Name (ARN) that is associated with the Directory where objects reside.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyRequest
The Amazon Resource Name (ARN) that is associated with the Directory.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.RemoveFacetFromObjectRequest
The ARN of the directory in which the object resides.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UpdateObjectAttributesRequest
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaRequest
The ARN for the directory to which the upgraded schema will be applied.
setDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaResult
The ARN of the directory that is returned as part of the response.
setDocument(String) - Method in class com.amazonaws.services.clouddirectory.model.GetSchemaAsJsonResult
The JSON representation of the schema document.
setDocument(String) - Method in class com.amazonaws.services.clouddirectory.model.PutSchemaFromJsonRequest
The replacement JSON schema.
setDryRun(Boolean) - Method in class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaRequest
Used for testing whether the major version schemas are backward compatible or not.
setDryRun(Boolean) - Method in class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaRequest
Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded.
setEndMode(String) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValueRange
The inclusive or exclusive range end.
setEndMode(RangeMode) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValueRange
The inclusive or exclusive range end.
setEndpoint(String) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
setEndpoint(String) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Deprecated.
use AwsClientBuilder#setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration) for example: builder.setEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion));
setEndValue(TypedAttributeValue) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValueRange
The attribute value to terminate the range at.
setExceptionResponse(BatchReadException) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperationResponse
Identifies which operation in a batch has failed.
setFacet(TypedLinkFacet) - Method in class com.amazonaws.services.clouddirectory.model.CreateTypedLinkFacetRequest
Facet structure that is associated with the typed link facet.
setFacet(Facet) - Method in class com.amazonaws.services.clouddirectory.model.GetFacetResult
The Facet structure that is associated with the facet.
setFacetFilter(SchemaFacet) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributes
Used to filter the list of object attributes that are associated with a certain facet.
setFacetFilter(SchemaFacet) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesRequest
Used to filter the list of object attributes that are associated with a certain facet.
setFacetName(String) - Method in class com.amazonaws.services.clouddirectory.model.AttributeKey
The name of the facet that the attribute exists within.
setFacetName(String) - Method in class com.amazonaws.services.clouddirectory.model.SchemaFacet
The name of the facet.
setFacetNames(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetNamesResult
The names of facets that exist within the schema.
setFacetNames(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesResult
The names of typed link facets that exist within the schema.
setFilterAttributeRanges(Collection<TypedLinkAttributeRange>) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinks
Provides range filters for multiple attributes.
setFilterAttributeRanges(Collection<TypedLinkAttributeRange>) - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinks
Provides range filters for multiple attributes.
setFilterAttributeRanges(Collection<TypedLinkAttributeRange>) - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
Provides range filters for multiple attributes.
setFilterAttributeRanges(Collection<TypedLinkAttributeRange>) - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
Provides range filters for multiple attributes.
setFilterTypedLink(TypedLinkSchemaAndFacetName) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinks
Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.
setFilterTypedLink(TypedLinkSchemaAndFacetName) - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinks
Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.
setFilterTypedLink(TypedLinkSchemaAndFacetName) - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.
setFilterTypedLink(TypedLinkSchemaAndFacetName) - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.
setGetObjectAttributes(BatchGetObjectAttributes) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Retrieves attributes within a facet that are associated with an object.
setGetObjectAttributes(BatchGetObjectAttributesResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Retrieves attributes within a facet that are associated with an object.
setGetObjectInformation(BatchGetObjectInformation) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Retrieves metadata about an object.
setGetObjectInformation(BatchGetObjectInformationResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Retrieves metadata about an object.
setIdentityAttributeOrder(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.GetTypedLinkFacetInformationResult
The order of identity attributes for the facet, from most significant to least significant.
setIdentityAttributeOrder(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacet
The set of attributes that distinguish links made from this facet from each other, in the order of significance.
setIdentityAttributeOrder(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.UpdateTypedLinkFacetRequest
The order of identity attributes for the facet, from most significant to least significant.
setIdentityAttributeValues(Collection<AttributeNameAndValue>) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSpecifier
Identifies the attribute value to update.
setIndex(Integer) - Method in exception com.amazonaws.services.clouddirectory.model.BatchWriteException
 
setIndexAttachments(Collection<IndexAttachment>) - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndicesResponse
The indices attached to the specified object.
setIndexAttachments(Collection<IndexAttachment>) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndexResponse
The objects and indexed values attached to the index.
setIndexAttachments(Collection<IndexAttachment>) - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesResult
The indices attached to the specified object.
setIndexAttachments(Collection<IndexAttachment>) - Method in class com.amazonaws.services.clouddirectory.model.ListIndexResult
The objects and indexed values attached to the index.
setIndexedAttributes(Collection<AttributeKeyAndValue>) - Method in class com.amazonaws.services.clouddirectory.model.IndexAttachment
The indexed attribute values.
setIndexReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.AttachToIndexRequest
A reference to the index that you are attaching the object to.
setIndexReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachToIndex
A reference to the index that you are attaching the object to.
setIndexReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachFromIndex
A reference to the index object.
setIndexReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndex
The reference to the index to list.
setIndexReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.DetachFromIndexRequest
A reference to the index object.
setIndexReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.ListIndexRequest
The reference to the index to list.
setIsImmutable(Boolean) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeDefinition
Whether the attribute is mutable or not.
setIsImmutable(Boolean) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
Whether the attribute is mutable or not.
setIsUnique(Boolean) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndex
Indicates whether the attribute that is being indexed has unique values or not.
setIsUnique(Boolean) - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexRequest
Indicates whether the attribute that is being indexed has unique values or not.
setKey(AttributeKey) - Method in class com.amazonaws.services.clouddirectory.model.AttributeKeyAndValue
The key of the attribute.
setKey(String) - Method in class com.amazonaws.services.clouddirectory.model.Tag
The key that is associated with the tag.
setLinkName(String) - Method in class com.amazonaws.services.clouddirectory.model.AttachObjectRequest
The link name with which the child object is attached to the parent.
setLinkName(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachObject
The name of the link.
setLinkName(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndex
The name of the link between the parent object and the index object.
setLinkName(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObject
The name of the link.
setLinkName(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachObject
The name of the link.
setLinkName(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexRequest
The name of the link between the parent object and the index object.
setLinkName(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectRequest
The name of link that is used to attach this object to a parent.
setLinkName(String) - Method in class com.amazonaws.services.clouddirectory.model.DetachObjectRequest
The link name associated with the object that needs to be detached.
setLinkSpecifiers(Collection<TypedLinkSpecifier>) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinksResponse
Returns one or more typed link specifiers as output.
setLinkSpecifiers(Collection<TypedLinkSpecifier>) - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksResult
Returns one or more typed link specifiers as output.
setListAttachedIndices(BatchListAttachedIndices) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Lists indices attached to an object.
setListAttachedIndices(BatchListAttachedIndicesResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Lists indices attached to an object.
setListIncomingTypedLinks(BatchListIncomingTypedLinks) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object.
setListIncomingTypedLinks(BatchListIncomingTypedLinksResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object.
setListIndex(BatchListIndex) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Lists objects attached to the specified index.
setListIndex(BatchListIndexResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Lists objects attached to the specified index.
setListObjectAttributes(BatchListObjectAttributes) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Lists all attributes that are associated with an object.
setListObjectAttributes(BatchListObjectAttributesResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Lists all attributes that are associated with an object.
setListObjectChildren(BatchListObjectChildren) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Returns a paginated list of child objects that are associated with a given object.
setListObjectChildren(BatchListObjectChildrenResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Returns a paginated list of child objects that are associated with a given object.
setListObjectParentPaths(BatchListObjectParentPaths) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects.
setListObjectParentPaths(BatchListObjectParentPathsResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects.
setListObjectPolicies(BatchListObjectPolicies) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Returns policies attached to an object in pagination fashion.
setListObjectPolicies(BatchListObjectPoliciesResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Returns policies attached to an object in pagination fashion.
setListOutgoingTypedLinks(BatchListOutgoingTypedLinks) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
setListOutgoingTypedLinks(BatchListOutgoingTypedLinksResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
setListPolicyAttachments(BatchListPolicyAttachments) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Returns all of the ObjectIdentifiers to which a given policy is attached.
setListPolicyAttachments(BatchListPolicyAttachmentsResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Returns all of the ObjectIdentifiers to which a given policy is attached.
setLookupPolicy(BatchLookupPolicy) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Lists all policies from the root of the Directory to the object specified.
setLookupPolicy(BatchLookupPolicyResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Lists all policies from the root of the Directory to the object specified.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndices
The maximum number of results to retrieve.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinks
The maximum number of results to retrieve.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndex
The maximum number of results to retrieve.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributes
The maximum number of items to be retrieved in a single call.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildren
Maximum number of items to be retrieved in a single call.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPaths
The maximum number of results to retrieve.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPolicies
The maximum number of results to retrieve.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinks
The maximum number of results to retrieve.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachments
The maximum number of results to retrieve.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicy
The maximum number of results to retrieve.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsRequest
The maximum number of results to retrieve.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesRequest
The maximum number of results to retrieve.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListDevelopmentSchemaArnsRequest
The maximum number of results to retrieve.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesRequest
The maximum number of results to retrieve.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesRequest
The maximum number of results to retrieve.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetNamesRequest
The maximum number of results to retrieve.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
The maximum number of results to retrieve.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListIndexRequest
The maximum number of objects in a single page to retrieve from the index during a request.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesRequest
The maximum number of items to be retrieved in a single call.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenRequest
The maximum number of items to be retrieved in a single call.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsRequest
The maximum number of items to be retrieved in a single call.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsRequest
The maximum number of items to be retrieved in a single call.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesRequest
The maximum number of items to be retrieved in a single call.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
The maximum number of results to retrieve.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsRequest
The maximum number of items to be retrieved in a single call.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsRequest
The maximum number of results to retrieve.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListTagsForResourceRequest
The MaxResults parameter sets the maximum number of results returned in a single page.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesRequest
The maximum number of results to retrieve.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesRequest
The maximum number of results to retrieve.
setMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyRequest
The maximum number of items to be retrieved in a single call.
setMessage(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadException
An exception message that is associated with the failure.
setMinorVersion(String) - Method in class com.amazonaws.services.clouddirectory.model.PublishSchemaRequest
The minor version under which the schema will be published.
setMinorVersion(String) - Method in class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaRequest
Identifies the minor version of the published schema that will be created.
setName(String) - Method in class com.amazonaws.services.clouddirectory.model.AttributeKey
The name of the attribute.
setName(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryRequest
The name of the Directory.
setName(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryResult
The name of the Directory.
setName(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateFacetRequest
The name of the Facet, which is unique for a given schema.
setName(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateSchemaRequest
The name that is associated with the schema.
setName(String) - Method in class com.amazonaws.services.clouddirectory.model.DeleteFacetRequest
The name of the facet to delete.
setName(String) - Method in class com.amazonaws.services.clouddirectory.model.DeleteTypedLinkFacetRequest
The unique name of the typed link facet.
setName(String) - Method in class com.amazonaws.services.clouddirectory.model.Directory
The name of the directory.
setName(String) - Method in class com.amazonaws.services.clouddirectory.model.Facet
The name of the Facet.
setName(String) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttribute
The name of the facet attribute.
setName(String) - Method in class com.amazonaws.services.clouddirectory.model.GetFacetRequest
The name of the facet to retrieve.
setName(String) - Method in class com.amazonaws.services.clouddirectory.model.GetSchemaAsJsonResult
The name of the retrieved schema.
setName(String) - Method in class com.amazonaws.services.clouddirectory.model.GetTypedLinkFacetInformationRequest
The unique name of the typed link facet.
setName(String) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesRequest
The name of the facet whose attributes will be retrieved.
setName(String) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesRequest
The unique name of the typed link facet.
setName(String) - Method in class com.amazonaws.services.clouddirectory.model.PublishSchemaRequest
The new name under which the schema will be published.
setName(String) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
The unique name of the typed link attribute.
setName(String) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacet
The unique name of the typed link facet.
setName(String) - Method in class com.amazonaws.services.clouddirectory.model.UpdateFacetRequest
The name of the facet.
setName(String) - Method in class com.amazonaws.services.clouddirectory.model.UpdateSchemaRequest
The name of the schema.
setName(String) - Method in class com.amazonaws.services.clouddirectory.model.UpdateTypedLinkFacetRequest
The unique name of the typed link facet.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndices
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndicesResponse
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinks
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinksResponse
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndex
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndexResponse
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributes
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributesResponse
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildren
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildrenResponse
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPaths
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPathsResponse
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPolicies
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPoliciesResponse
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinks
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinksResponse
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachments
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachmentsResponse
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicy
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicyResponse
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsRequest
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsResult
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesRequest
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesResult
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListDevelopmentSchemaArnsRequest
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListDevelopmentSchemaArnsResult
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesRequest
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesResult
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesRequest
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesResult
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetNamesRequest
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetNamesResult
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksResult
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListIndexRequest
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListIndexResult
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesRequest
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesResult
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenRequest
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenResult
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsRequest
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsResult
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsRequest
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsResult
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesRequest
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesResult
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksResult
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsRequest
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsResult
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsRequest
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsResult
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListTagsForResourceRequest
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListTagsForResourceResult
The token to use to retrieve the next page of results.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesRequest
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesResult
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesRequest
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesResult
The pagination token.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyRequest
The token to request the next page of results.
setNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyResult
The pagination token.
setNumberValue(String) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValue
A number data value.
setObjectAttributeAction(ObjectAttributeAction) - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeUpdate
The action to perform as part of the attribute update.
setObjectAttributeActionType(String) - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeAction
A type that can be either Update or Delete.
setObjectAttributeActionType(UpdateActionType) - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeAction
A type that can be either Update or Delete.
setObjectAttributeKey(AttributeKey) - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeUpdate
The key of the attribute being updated.
setObjectAttributeList(Collection<AttributeKeyAndValue>) - Method in class com.amazonaws.services.clouddirectory.model.AddFacetToObjectRequest
Attributes on the facet that you are adding to the object.
setObjectAttributeList(Collection<AttributeKeyAndValue>) - Method in class com.amazonaws.services.clouddirectory.model.BatchAddFacetToObject
The attributes to set on the object.
setObjectAttributeList(Collection<AttributeKeyAndValue>) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObject
An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
setObjectAttributeList(Collection<AttributeKeyAndValue>) - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectRequest
The attribute map whose attribute ARN contains the key and attribute value as the map value.
setObjectAttributeUpdateValue(TypedAttributeValue) - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeAction
The value that you want to update to.
setObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndexResponse
The ObjectIdentifier of the index created by this operation.
setObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObjectResponse
The ID that is associated with the object.
setObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectInformationResponse
The ObjectIdentifier of the specified object.
setObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchUpdateObjectAttributesResponse
ID that is associated with the object.
setObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryResult
The root object node of the created directory.
setObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexResult
The ObjectIdentifier of the index created by this operation.
setObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectResult
The identifier that is associated with the object.
setObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationResult
The ObjectIdentifier of the specified object.
setObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.IndexAttachment
In response to ListIndex, the ObjectIdentifier of the object attached to the index.
setObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.PolicyAttachment
The ObjectIdentifier that is associated with PolicyAttachment.
setObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.UpdateObjectAttributesResult
The ObjectIdentifier of the updated object.
setObjectIdentifiers(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachmentsResponse
A list of ObjectIdentifiers to which the policy is attached.
setObjectIdentifiers(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsResult
A list of ObjectIdentifiers to which the policy is attached.
setObjectIdentifiers(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.PathToObjectIdentifiers
Lists ObjectIdentifiers starting from directory root to the object in the request.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.AddFacetToObjectRequest
A reference to the object you are adding the specified facet to.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.AttachPolicyRequest
The reference that identifies the object to which the policy will be attached.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchAddFacetToObject
A reference to the object being mutated.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachPolicy
The reference that identifies the object to which the policy will be attached.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchDeleteObject
The reference that identifies the object.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachPolicy
Reference that identifies the object whose policy object will be detached.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributes
Reference that identifies the object whose attributes will be retrieved.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectInformation
A reference to the object.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinks
The reference that identifies the object whose attributes will be listed.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributes
Reference of the object whose attributes need to be listed.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildren
Reference of the object for which child objects are being listed.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPaths
The reference that identifies the object whose attributes will be listed.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPolicies
The reference that identifies the object whose attributes will be listed.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinks
The reference that identifies the object whose attributes will be listed.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicy
Reference that identifies the object whose policies will be looked up.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchRemoveFacetFromObject
A reference to the object whose facet will be removed.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchUpdateObjectAttributes
Reference that identifies the object.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.DeleteObjectRequest
A reference that identifies the object.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.DetachPolicyRequest
Reference that identifies the object whose policy object will be detached.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesRequest
Reference that identifies the object whose attributes will be retrieved.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationRequest
A reference to the object.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
Reference that identifies the object whose attributes will be listed.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesRequest
The reference that identifies the object whose attributes will be listed.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenRequest
The reference that identifies the object for which child objects are being listed.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsRequest
The reference that identifies the object whose parent paths are listed.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsRequest
The reference that identifies the object for which parent objects are being listed.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesRequest
Reference that identifies the object for which policies will be listed.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
A reference that identifies the object whose attributes will be listed.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyRequest
Reference that identifies the object whose policies will be looked up.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.RemoveFacetFromObjectRequest
A reference to the object to remove the facet from.
setObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.UpdateObjectAttributesRequest
The reference that identifies the object.
setObjectType(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateFacetRequest
Specifies whether a given object created from this facet is of type node, leaf node, policy or index.
setObjectType(ObjectType) - Method in class com.amazonaws.services.clouddirectory.model.CreateFacetRequest
Specifies whether a given object created from this facet is of type node, leaf node, policy or index.
setObjectType(String) - Method in class com.amazonaws.services.clouddirectory.model.Facet
The object type that is associated with the facet.
setObjectType(ObjectType) - Method in class com.amazonaws.services.clouddirectory.model.Facet
The object type that is associated with the facet.
setObjectType(String) - Method in class com.amazonaws.services.clouddirectory.model.UpdateFacetRequest
The object type that is associated with the facet.
setObjectType(ObjectType) - Method in class com.amazonaws.services.clouddirectory.model.UpdateFacetRequest
The object type that is associated with the facet.
setOperations(Collection<BatchReadOperation>) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadRequest
A list of operations that are part of the batch.
setOperations(Collection<BatchWriteOperation>) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteRequest
A list of operations that are part of the batch.
setOrderedIndexedAttributeList(Collection<AttributeKey>) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndex
Specifies the attributes that should be indexed on.
setOrderedIndexedAttributeList(Collection<AttributeKey>) - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexRequest
Specifies the attributes that should be indexed on.
setParameters(Map<String, String>) - Method in class com.amazonaws.services.clouddirectory.model.Rule
The minimum and maximum parameters that are associated with the rule.
setParentReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.AttachObjectRequest
The parent object reference.
setParentReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachObject
The parent object reference.
setParentReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndex
A reference to the parent object that contains the index object.
setParentReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObject
If specified, the parent reference to which this object will be attached.
setParentReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachObject
Parent reference from which the object with the specified link name is detached.
setParentReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexRequest
A reference to the parent object that contains the index object.
setParentReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectRequest
If specified, the parent reference to which this object will be attached.
setParentReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.DetachObjectRequest
The parent reference from which the object with the specified link name is detached.
setParents(Map<String, String>) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsResult
The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.
setPath(String) - Method in class com.amazonaws.services.clouddirectory.model.PathToObjectIdentifiers
The path that is used to identify the object starting from directory root.
setPath(String) - Method in class com.amazonaws.services.clouddirectory.model.PolicyToPath
The path that is referenced from the root.
setPathToObjectIdentifiersList(Collection<PathToObjectIdentifiers>) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPathsResponse
Returns the path to the ObjectIdentifiers that are associated with the directory.
setPathToObjectIdentifiersList(Collection<PathToObjectIdentifiers>) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsResult
Returns the path to the ObjectIdentifiers that are associated with the directory.
setPolicies(Collection<PolicyAttachment>) - Method in class com.amazonaws.services.clouddirectory.model.PolicyToPath
List of policy objects.
setPolicyId(String) - Method in class com.amazonaws.services.clouddirectory.model.PolicyAttachment
The ID of PolicyAttachment.
setPolicyReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.AttachPolicyRequest
The reference that is associated with the policy object.
setPolicyReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachPolicy
The reference that is associated with the policy object.
setPolicyReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachPolicy
Reference that identifies the policy object.
setPolicyReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachments
The reference that identifies the policy object.
setPolicyReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.DetachPolicyRequest
Reference that identifies the policy object.
setPolicyReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsRequest
The reference that identifies the policy object.
setPolicyToPathList(Collection<PolicyToPath>) - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicyResponse
Provides list of path to policies.
setPolicyToPathList(Collection<PolicyToPath>) - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyResult
Provides list of path to policies.
setPolicyType(String) - Method in class com.amazonaws.services.clouddirectory.model.PolicyAttachment
The type of policy that can be associated with PolicyAttachment.
setPublishedSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ApplySchemaRequest
Published schema Amazon Resource Name (ARN) that needs to be copied.
setPublishedSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.PublishSchemaResult
The ARN that is associated with the published schema.
setPublishedSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaRequest
The revision of the published schema to upgrade the directory to.
setPublishedSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaRequest
The ARN of the published schema to be upgraded.
setRange(TypedAttributeValueRange) - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeRange
The range of attribute values being selected.
setRange(TypedAttributeValueRange) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeRange
The range of attribute values that are being selected.
setRangesOnIndexedValues(Collection<ObjectAttributeRange>) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndex
Specifies the ranges of indexed values that you want to query.
setRangesOnIndexedValues(Collection<ObjectAttributeRange>) - Method in class com.amazonaws.services.clouddirectory.model.ListIndexRequest
Specifies the ranges of indexed values that you want to query.
setRegion(Region) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
setRegion(Region) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Deprecated.
use AwsClientBuilder#setRegion(String)
setRemoveFacetFromObject(BatchRemoveFacetFromObject) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
A batch operation that removes a facet from an object.
setRemoveFacetFromObject(BatchRemoveFacetFromObjectResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
The result of a batch remove facet from object operation.
setRequiredBehavior(String) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttribute
The required behavior of the FacetAttribute.
setRequiredBehavior(RequiredAttributeBehavior) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttribute
The required behavior of the FacetAttribute.
setRequiredBehavior(String) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
The required behavior of the TypedLinkAttributeDefinition.
setRequiredBehavior(RequiredAttributeBehavior) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
The required behavior of the TypedLinkAttributeDefinition.
setResourceArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListTagsForResourceRequest
The Amazon Resource Name (ARN) of the resource.
setResourceArn(String) - Method in class com.amazonaws.services.clouddirectory.model.TagResourceRequest
The Amazon Resource Name (ARN) of the resource.
setResourceArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UntagResourceRequest
The Amazon Resource Name (ARN) of the resource.
setResponses(Collection<BatchReadOperationResponse>) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadResult
A list of all the responses for each batch read.
setResponses(Collection<BatchWriteOperationResponse>) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteResult
A list of all the responses for each batch write.
setRules(Map<String, Rule>) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeDefinition
Validation rules attached to the attribute definition.
setRules(Map<String, Rule>) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
Validation rules that are attached to the attribute definition.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.AttributeKey
The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryRequest
The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateFacetRequest
The schema ARN in which the new Facet will be created.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateSchemaResult
The Amazon Resource Name (ARN) that is associated with the schema.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateTypedLinkFacetRequest
The Amazon Resource Name (ARN) that is associated with the schema.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DeleteFacetRequest
The Amazon Resource Name (ARN) that is associated with the Facet.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DeleteSchemaRequest
The Amazon Resource Name (ARN) of the development schema.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DeleteSchemaResult
The input ARN that is returned as part of the response.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DeleteTypedLinkFacetRequest
The Amazon Resource Name (ARN) that is associated with the schema.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.GetAppliedSchemaVersionRequest
The ARN of the applied schema.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.GetFacetRequest
The Amazon Resource Name (ARN) that is associated with the Facet.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.GetSchemaAsJsonRequest
The ARN of the schema to retrieve.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.GetTypedLinkFacetInformationRequest
The Amazon Resource Name (ARN) that is associated with the schema.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsRequest
The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesRequest
The ARN of the schema where the facet resides.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetNamesRequest
The Amazon Resource Name (ARN) to retrieve facet names from.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsRequest
The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesRequest
The Amazon Resource Name (ARN) that is associated with the schema.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesRequest
The Amazon Resource Name (ARN) that is associated with the schema.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.PutSchemaFromJsonRequest
The ARN of the schema to update.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.SchemaFacet
The ARN of the schema that contains the facet with no minor component.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSchemaAndFacetName
The Amazon Resource Name (ARN) that is associated with the schema.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UpdateFacetRequest
The Amazon Resource Name (ARN) that is associated with the Facet.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UpdateSchemaRequest
The Amazon Resource Name (ARN) of the development schema.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UpdateSchemaResult
The ARN that is associated with the updated schema.
setSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UpdateTypedLinkFacetRequest
The Amazon Resource Name (ARN) that is associated with the schema.
setSchemaArns(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsResult
The ARNs of schemas that are applied to the directory.
setSchemaArns(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.ListDevelopmentSchemaArnsResult
The ARNs of retrieved development schemas.
setSchemaArns(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsResult
The ARNs of published schemas.
setSchemaFacet(SchemaFacet) - Method in class com.amazonaws.services.clouddirectory.model.AddFacetToObjectRequest
Identifiers for the facet that you are adding to the object.
setSchemaFacet(SchemaFacet) - Method in class com.amazonaws.services.clouddirectory.model.BatchAddFacetToObject
Represents the facet being added to the object.
setSchemaFacet(Collection<SchemaFacet>) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObject
A list of FacetArns that will be associated with the object.
setSchemaFacet(SchemaFacet) - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributes
Identifier for the facet whose attributes will be retrieved.
setSchemaFacet(SchemaFacet) - Method in class com.amazonaws.services.clouddirectory.model.BatchRemoveFacetFromObject
The facet to remove from the object.
setSchemaFacet(SchemaFacet) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesRequest
Identifier for the facet whose attributes will be retrieved.
setSchemaFacet(SchemaFacet) - Method in class com.amazonaws.services.clouddirectory.model.RemoveFacetFromObjectRequest
The facet to remove.
setSchemaFacets(Collection<SchemaFacet>) - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectInformationResponse
The facets attached to the specified object.
setSchemaFacets(Collection<SchemaFacet>) - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectRequest
A list of schema facets to be associated with the object.
setSchemaFacets(Collection<SchemaFacet>) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationResult
The facets attached to the specified object.
setSelector(String) - Method in class com.amazonaws.services.clouddirectory.model.ObjectReference
A path selector supports easy selection of an object by the parent/child links leading to it from the directory root.
setSourceObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkRequest
Identifies the source object that the typed link will attach to.
setSourceObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLink
Identifies the source object that the typed link will attach to.
setSourceObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSpecifier
Identifies the source object that the typed link will attach to.
setStartMode(String) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValueRange
The inclusive or exclusive range start.
setStartMode(RangeMode) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValueRange
The inclusive or exclusive range start.
setStartValue(TypedAttributeValue) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValueRange
The value to start the range at.
setState(String) - Method in class com.amazonaws.services.clouddirectory.model.Directory
The state of the directory.
setState(DirectoryState) - Method in class com.amazonaws.services.clouddirectory.model.Directory
The state of the directory.
setState(String) - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesRequest
The state of the directories in the list.
setState(DirectoryState) - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesRequest
The state of the directories in the list.
setStringValue(String) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValue
A string data value.
setSuccessfulResponse(BatchReadSuccessfulResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperationResponse
Identifies which operation in a batch has succeeded.
setTagKeys(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.UntagResourceRequest
Keys of the tag that need to be removed from the resource.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.clouddirectory.model.ListTagsForResourceResult
A list of tag key value pairs that are associated with the response.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.clouddirectory.model.TagResourceRequest
A list of tag key-value pairs.
setTargetAttributeName(String) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeReference
The target attribute name that is associated with the facet reference.
setTargetFacetName(String) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeReference
The target facet name that is associated with the facet reference.
setTargetObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkRequest
Identifies the target object that the typed link will attach to.
setTargetObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLink
Identifies the target object that the typed link will attach to.
setTargetObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSpecifier
Identifies the target object that the typed link will attach to.
setTargetReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.AttachToIndexRequest
A reference to the object that you are attaching to the index.
setTargetReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachToIndex
A reference to the object that you are attaching to the index.
setTargetReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachFromIndex
A reference to the object being detached from the index.
setTargetReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndices
A reference to the object that has indices attached.
setTargetReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.DetachFromIndexRequest
A reference to the object being detached from the index.
setTargetReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesRequest
A reference to the object that has indices attached.
setType(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadException
A type of exception, such as InvalidArnException.
setType(BatchReadExceptionType) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadException
A type of exception, such as InvalidArnException.
setType(String) - Method in exception com.amazonaws.services.clouddirectory.model.BatchWriteException
 
setType(BatchWriteExceptionType) - Method in exception com.amazonaws.services.clouddirectory.model.BatchWriteException
 
setType(String) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeDefinition
The type of the attribute.
setType(FacetAttributeType) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeDefinition
The type of the attribute.
setType(String) - Method in class com.amazonaws.services.clouddirectory.model.Rule
The type of attribute validation rule.
setType(RuleType) - Method in class com.amazonaws.services.clouddirectory.model.Rule
The type of attribute validation rule.
setType(String) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
The type of the attribute.
setType(FacetAttributeType) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
The type of the attribute.
setTypedLinkFacet(TypedLinkSchemaAndFacetName) - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkRequest
Identifies the typed link facet that is associated with the typed link.
setTypedLinkFacet(TypedLinkSchemaAndFacetName) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLink
Identifies the typed link facet that is associated with the typed link.
setTypedLinkFacet(TypedLinkSchemaAndFacetName) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSpecifier
Identifies the typed link facet that is associated with the typed link.
setTypedLinkName(String) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSchemaAndFacetName
The unique name of the typed link facet.
setTypedLinkSpecifier(TypedLinkSpecifier) - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkResult
Returns a typed link specifier as output.
setTypedLinkSpecifier(TypedLinkSpecifier) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLinkResponse
Returns a typed link specifier as output.
setTypedLinkSpecifier(TypedLinkSpecifier) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachTypedLink
Used to accept a typed link specifier as input.
setTypedLinkSpecifier(TypedLinkSpecifier) - Method in class com.amazonaws.services.clouddirectory.model.DetachTypedLinkRequest
Used to accept a typed link specifier as input.
setTypedLinkSpecifiers(Collection<TypedLinkSpecifier>) - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinksResponse
Returns a typed link specifier as output.
setTypedLinkSpecifiers(Collection<TypedLinkSpecifier>) - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksResult
Returns a typed link specifier as output.
setUpdateObjectAttributes(BatchUpdateObjectAttributes) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Updates a given object's attributes.
setUpdateObjectAttributes(BatchUpdateObjectAttributesResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Updates a given object’s attributes.
setUpgradedSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaResult
The ARN of the upgraded schema that is returned as part of the response.
setUpgradedSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaResult
The ARN of the upgraded schema that is returned as part of the response.
setValue(TypedAttributeValue) - Method in class com.amazonaws.services.clouddirectory.model.AttributeKeyAndValue
The value of the attribute.
setValue(TypedAttributeValue) - Method in class com.amazonaws.services.clouddirectory.model.AttributeNameAndValue
The value for the typed link.
setValue(String) - Method in class com.amazonaws.services.clouddirectory.model.Tag
The value that is associated with the tag.
setVersion(String) - Method in class com.amazonaws.services.clouddirectory.model.PublishSchemaRequest
The major version under which the schema will be published.
shutdown() - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
shutdown() - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
Shuts down the client, releasing all managed resources.
standard() - Static method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClientBuilder
 
StillContainsLinksException - Exception in com.amazonaws.services.clouddirectory.model
The object could not be deleted because links still exist.
StillContainsLinksException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.StillContainsLinksException
Constructs a new StillContainsLinksException with the specified error message.

T

Tag - Class in com.amazonaws.services.clouddirectory.model
The tag structure that contains a tag key and value.
Tag() - Constructor for class com.amazonaws.services.clouddirectory.model.Tag
 
tagResource(TagResourceRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
tagResource(TagResourceRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
An API operation for adding tags to a resource.
tagResource(TagResourceRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
An API operation for adding tags to a resource.
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
tagResourceAsync(TagResourceRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
An API operation for adding tags to a resource.
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
An API operation for adding tags to a resource.
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
TagResourceRequest - Class in com.amazonaws.services.clouddirectory.model
 
TagResourceRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.TagResourceRequest
 
TagResourceResult - Class in com.amazonaws.services.clouddirectory.model
 
TagResourceResult() - Constructor for class com.amazonaws.services.clouddirectory.model.TagResourceResult
 
toString() - Method in class com.amazonaws.services.clouddirectory.model.AddFacetToObjectRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.AddFacetToObjectResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ApplySchemaRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ApplySchemaResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.AttachObjectRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.AttachObjectResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.AttachPolicyRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.AttachPolicyResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.AttachToIndexRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.AttachToIndexResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.AttributeKey
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.AttributeKeyAndValue
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.AttributeNameAndValue
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchAddFacetToObject
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchAddFacetToObjectResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachObject
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachObjectResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachPolicy
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachPolicyResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachToIndex
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachToIndexResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLink
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLinkResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndex
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndexResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObject
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObjectResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchDeleteObject
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchDeleteObjectResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachFromIndex
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachFromIndexResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachObject
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachObjectResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachPolicy
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachPolicyResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachTypedLink
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachTypedLinkResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributes
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributesResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectInformation
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectInformationResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndices
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndicesResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinks
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinksResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndex
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndexResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributes
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributesResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildren
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildrenResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPaths
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPathsResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPolicies
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPoliciesResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinks
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinksResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachments
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachmentsResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicy
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicyResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadException
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.clouddirectory.model.BatchReadExceptionType
 
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperationResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchRemoveFacetFromObject
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchRemoveFacetFromObjectResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchUpdateObjectAttributes
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchUpdateObjectAttributesResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.clouddirectory.model.BatchWriteExceptionType
 
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.clouddirectory.model.ConsistencyLevel
 
toString() - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.CreateFacetRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.CreateFacetResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.CreateSchemaRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.CreateSchemaResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.CreateTypedLinkFacetRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.CreateTypedLinkFacetResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.DeleteDirectoryRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.DeleteDirectoryResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.DeleteFacetRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.DeleteFacetResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.DeleteObjectRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.DeleteObjectResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.DeleteSchemaRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.DeleteSchemaResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.DeleteTypedLinkFacetRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.DeleteTypedLinkFacetResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.DetachFromIndexRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.DetachFromIndexResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.DetachObjectRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.DetachObjectResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.DetachPolicyRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.DetachPolicyResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.DetachTypedLinkRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.DetachTypedLinkResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.Directory
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.clouddirectory.model.DirectoryState
 
toString() - Method in class com.amazonaws.services.clouddirectory.model.DisableDirectoryRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.DisableDirectoryResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.EnableDirectoryRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.EnableDirectoryResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.Facet
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttribute
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeDefinition
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeReference
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.clouddirectory.model.FacetAttributeType
 
toString() - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeUpdate
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.GetAppliedSchemaVersionRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.GetAppliedSchemaVersionResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.GetDirectoryRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.GetDirectoryResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.GetFacetRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.GetFacetResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.GetSchemaAsJsonRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.GetSchemaAsJsonResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.GetTypedLinkFacetInformationRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.GetTypedLinkFacetInformationResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.IndexAttachment
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListDevelopmentSchemaArnsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListDevelopmentSchemaArnsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListFacetNamesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListFacetNamesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListIndexRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListIndexResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListTagsForResourceRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListTagsForResourceResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeAction
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeRange
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeUpdate
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.ObjectReference
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.clouddirectory.model.ObjectType
 
toString() - Method in class com.amazonaws.services.clouddirectory.model.PathToObjectIdentifiers
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.PolicyAttachment
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.PolicyToPath
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.PublishSchemaRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.PublishSchemaResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.PutSchemaFromJsonRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.PutSchemaFromJsonResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.clouddirectory.model.RangeMode
 
toString() - Method in class com.amazonaws.services.clouddirectory.model.RemoveFacetFromObjectRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.RemoveFacetFromObjectResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.clouddirectory.model.RequiredAttributeBehavior
 
toString() - Method in class com.amazonaws.services.clouddirectory.model.Rule
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.clouddirectory.model.RuleType
 
toString() - Method in class com.amazonaws.services.clouddirectory.model.SchemaFacet
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.Tag
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.TagResourceRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.TagResourceResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValue
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValueRange
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeRange
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacet
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacetAttributeUpdate
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSchemaAndFacetName
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSpecifier
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.UntagResourceRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.UntagResourceResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.clouddirectory.model.UpdateActionType
 
toString() - Method in class com.amazonaws.services.clouddirectory.model.UpdateFacetRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.UpdateFacetResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.UpdateObjectAttributesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.UpdateObjectAttributesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.UpdateSchemaRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.UpdateSchemaResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.UpdateTypedLinkFacetRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.UpdateTypedLinkFacetResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaResult
Returns a string representation of this object; useful for testing and debugging.
TypedAttributeValue - Class in com.amazonaws.services.clouddirectory.model
Represents the data for a typed attribute.
TypedAttributeValue() - Constructor for class com.amazonaws.services.clouddirectory.model.TypedAttributeValue
 
TypedAttributeValueRange - Class in com.amazonaws.services.clouddirectory.model
A range of attribute values.
TypedAttributeValueRange() - Constructor for class com.amazonaws.services.clouddirectory.model.TypedAttributeValueRange
 
TypedLinkAttributeDefinition - Class in com.amazonaws.services.clouddirectory.model
A typed link attribute definition.
TypedLinkAttributeDefinition() - Constructor for class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
 
TypedLinkAttributeRange - Class in com.amazonaws.services.clouddirectory.model
Identifies the range of attributes that are used by a specified filter.
TypedLinkAttributeRange() - Constructor for class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeRange
 
TypedLinkFacet - Class in com.amazonaws.services.clouddirectory.model
Defines the typed links structure and its attributes.
TypedLinkFacet() - Constructor for class com.amazonaws.services.clouddirectory.model.TypedLinkFacet
 
TypedLinkFacetAttributeUpdate - Class in com.amazonaws.services.clouddirectory.model
A typed link facet attribute update.
TypedLinkFacetAttributeUpdate() - Constructor for class com.amazonaws.services.clouddirectory.model.TypedLinkFacetAttributeUpdate
 
TypedLinkSchemaAndFacetName - Class in com.amazonaws.services.clouddirectory.model
Identifies the schema Amazon Resource Name (ARN) and facet name for the typed link.
TypedLinkSchemaAndFacetName() - Constructor for class com.amazonaws.services.clouddirectory.model.TypedLinkSchemaAndFacetName
 
TypedLinkSpecifier - Class in com.amazonaws.services.clouddirectory.model
Contains all the information that is used to uniquely identify a typed link.
TypedLinkSpecifier() - Constructor for class com.amazonaws.services.clouddirectory.model.TypedLinkSpecifier
 

U

UnsupportedIndexTypeException - Exception in com.amazonaws.services.clouddirectory.model
Indicates that the requested index type is not supported.
UnsupportedIndexTypeException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.UnsupportedIndexTypeException
Constructs a new UnsupportedIndexTypeException with the specified error message.
untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
untagResource(UntagResourceRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
An API operation for removing tags from a resource.
untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
An API operation for removing tags from a resource.
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
untagResourceAsync(UntagResourceRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
An API operation for removing tags from a resource.
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
An API operation for removing tags from a resource.
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
UntagResourceRequest - Class in com.amazonaws.services.clouddirectory.model
 
UntagResourceRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.UntagResourceRequest
 
UntagResourceResult - Class in com.amazonaws.services.clouddirectory.model
 
UntagResourceResult() - Constructor for class com.amazonaws.services.clouddirectory.model.UntagResourceResult
 
UpdateActionType - Enum in com.amazonaws.services.clouddirectory.model
 
updateFacet(UpdateFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
updateFacet(UpdateFacetRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Does the following:
updateFacet(UpdateFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Does the following:
updateFacetAsync(UpdateFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
updateFacetAsync(UpdateFacetRequest, AsyncHandler<UpdateFacetRequest, UpdateFacetResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
updateFacetAsync(UpdateFacetRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Does the following:
updateFacetAsync(UpdateFacetRequest, AsyncHandler<UpdateFacetRequest, UpdateFacetResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Does the following:
updateFacetAsync(UpdateFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
updateFacetAsync(UpdateFacetRequest, AsyncHandler<UpdateFacetRequest, UpdateFacetResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
UpdateFacetRequest - Class in com.amazonaws.services.clouddirectory.model
 
UpdateFacetRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.UpdateFacetRequest
 
UpdateFacetResult - Class in com.amazonaws.services.clouddirectory.model
 
UpdateFacetResult() - Constructor for class com.amazonaws.services.clouddirectory.model.UpdateFacetResult
 
updateObjectAttributes(UpdateObjectAttributesRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
updateObjectAttributes(UpdateObjectAttributesRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Updates a given object's attributes.
updateObjectAttributes(UpdateObjectAttributesRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Updates a given object's attributes.
updateObjectAttributesAsync(UpdateObjectAttributesRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
updateObjectAttributesAsync(UpdateObjectAttributesRequest, AsyncHandler<UpdateObjectAttributesRequest, UpdateObjectAttributesResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
updateObjectAttributesAsync(UpdateObjectAttributesRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Updates a given object's attributes.
updateObjectAttributesAsync(UpdateObjectAttributesRequest, AsyncHandler<UpdateObjectAttributesRequest, UpdateObjectAttributesResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Updates a given object's attributes.
updateObjectAttributesAsync(UpdateObjectAttributesRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
updateObjectAttributesAsync(UpdateObjectAttributesRequest, AsyncHandler<UpdateObjectAttributesRequest, UpdateObjectAttributesResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
UpdateObjectAttributesRequest - Class in com.amazonaws.services.clouddirectory.model
 
UpdateObjectAttributesRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.UpdateObjectAttributesRequest
 
UpdateObjectAttributesResult - Class in com.amazonaws.services.clouddirectory.model
 
UpdateObjectAttributesResult() - Constructor for class com.amazonaws.services.clouddirectory.model.UpdateObjectAttributesResult
 
updateSchema(UpdateSchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
updateSchema(UpdateSchemaRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Updates the schema name with a new name.
updateSchema(UpdateSchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Updates the schema name with a new name.
updateSchemaAsync(UpdateSchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
updateSchemaAsync(UpdateSchemaRequest, AsyncHandler<UpdateSchemaRequest, UpdateSchemaResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
updateSchemaAsync(UpdateSchemaRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Updates the schema name with a new name.
updateSchemaAsync(UpdateSchemaRequest, AsyncHandler<UpdateSchemaRequest, UpdateSchemaResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Updates the schema name with a new name.
updateSchemaAsync(UpdateSchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
updateSchemaAsync(UpdateSchemaRequest, AsyncHandler<UpdateSchemaRequest, UpdateSchemaResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
UpdateSchemaRequest - Class in com.amazonaws.services.clouddirectory.model
 
UpdateSchemaRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.UpdateSchemaRequest
 
UpdateSchemaResult - Class in com.amazonaws.services.clouddirectory.model
 
UpdateSchemaResult() - Constructor for class com.amazonaws.services.clouddirectory.model.UpdateSchemaResult
 
updateTypedLinkFacet(UpdateTypedLinkFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
updateTypedLinkFacet(UpdateTypedLinkFacetRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Updates a TypedLinkFacet.
updateTypedLinkFacet(UpdateTypedLinkFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Updates a TypedLinkFacet.
updateTypedLinkFacetAsync(UpdateTypedLinkFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
updateTypedLinkFacetAsync(UpdateTypedLinkFacetRequest, AsyncHandler<UpdateTypedLinkFacetRequest, UpdateTypedLinkFacetResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
updateTypedLinkFacetAsync(UpdateTypedLinkFacetRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Updates a TypedLinkFacet.
updateTypedLinkFacetAsync(UpdateTypedLinkFacetRequest, AsyncHandler<UpdateTypedLinkFacetRequest, UpdateTypedLinkFacetResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Updates a TypedLinkFacet.
updateTypedLinkFacetAsync(UpdateTypedLinkFacetRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
updateTypedLinkFacetAsync(UpdateTypedLinkFacetRequest, AsyncHandler<UpdateTypedLinkFacetRequest, UpdateTypedLinkFacetResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
UpdateTypedLinkFacetRequest - Class in com.amazonaws.services.clouddirectory.model
 
UpdateTypedLinkFacetRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.UpdateTypedLinkFacetRequest
 
UpdateTypedLinkFacetResult - Class in com.amazonaws.services.clouddirectory.model
 
UpdateTypedLinkFacetResult() - Constructor for class com.amazonaws.services.clouddirectory.model.UpdateTypedLinkFacetResult
 
upgradeAppliedSchema(UpgradeAppliedSchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
upgradeAppliedSchema(UpgradeAppliedSchemaRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Upgrades a single directory in-place using the PublishedSchemaArn with schema updates found in MinorVersion.
upgradeAppliedSchema(UpgradeAppliedSchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Upgrades a single directory in-place using the PublishedSchemaArn with schema updates found in MinorVersion.
upgradeAppliedSchemaAsync(UpgradeAppliedSchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
upgradeAppliedSchemaAsync(UpgradeAppliedSchemaRequest, AsyncHandler<UpgradeAppliedSchemaRequest, UpgradeAppliedSchemaResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
upgradeAppliedSchemaAsync(UpgradeAppliedSchemaRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Upgrades a single directory in-place using the PublishedSchemaArn with schema updates found in MinorVersion.
upgradeAppliedSchemaAsync(UpgradeAppliedSchemaRequest, AsyncHandler<UpgradeAppliedSchemaRequest, UpgradeAppliedSchemaResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Upgrades a single directory in-place using the PublishedSchemaArn with schema updates found in MinorVersion.
upgradeAppliedSchemaAsync(UpgradeAppliedSchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
upgradeAppliedSchemaAsync(UpgradeAppliedSchemaRequest, AsyncHandler<UpgradeAppliedSchemaRequest, UpgradeAppliedSchemaResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
UpgradeAppliedSchemaRequest - Class in com.amazonaws.services.clouddirectory.model
 
UpgradeAppliedSchemaRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaRequest
 
UpgradeAppliedSchemaResult - Class in com.amazonaws.services.clouddirectory.model
 
UpgradeAppliedSchemaResult() - Constructor for class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaResult
 
upgradePublishedSchema(UpgradePublishedSchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectory
 
upgradePublishedSchema(UpgradePublishedSchemaRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectory
Upgrades a published schema under a new minor version revision using the current contents of DevelopmentSchemaArn.
upgradePublishedSchema(UpgradePublishedSchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryClient
Upgrades a published schema under a new minor version revision using the current contents of DevelopmentSchemaArn.
upgradePublishedSchemaAsync(UpgradePublishedSchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
upgradePublishedSchemaAsync(UpgradePublishedSchemaRequest, AsyncHandler<UpgradePublishedSchemaRequest, UpgradePublishedSchemaResult>) - Method in class com.amazonaws.services.clouddirectory.AbstractAmazonCloudDirectoryAsync
 
upgradePublishedSchemaAsync(UpgradePublishedSchemaRequest) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Upgrades a published schema under a new minor version revision using the current contents of DevelopmentSchemaArn.
upgradePublishedSchemaAsync(UpgradePublishedSchemaRequest, AsyncHandler<UpgradePublishedSchemaRequest, UpgradePublishedSchemaResult>) - Method in interface com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsync
Upgrades a published schema under a new minor version revision using the current contents of DevelopmentSchemaArn.
upgradePublishedSchemaAsync(UpgradePublishedSchemaRequest) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
upgradePublishedSchemaAsync(UpgradePublishedSchemaRequest, AsyncHandler<UpgradePublishedSchemaRequest, UpgradePublishedSchemaResult>) - Method in class com.amazonaws.services.clouddirectory.AmazonCloudDirectoryAsyncClient
 
UpgradePublishedSchemaRequest - Class in com.amazonaws.services.clouddirectory.model
 
UpgradePublishedSchemaRequest() - Constructor for class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaRequest
 
UpgradePublishedSchemaResult - Class in com.amazonaws.services.clouddirectory.model
 
UpgradePublishedSchemaResult() - Constructor for class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaResult
 

V

ValidationException - Exception in com.amazonaws.services.clouddirectory.model
Indicates that your request is malformed in some manner.
ValidationException(String) - Constructor for exception com.amazonaws.services.clouddirectory.model.ValidationException
Constructs a new ValidationException with the specified error message.
valueOf(String) - Static method in enum com.amazonaws.services.clouddirectory.model.BatchReadExceptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.clouddirectory.model.BatchWriteExceptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.clouddirectory.model.ConsistencyLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.clouddirectory.model.DirectoryState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.clouddirectory.model.FacetAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.clouddirectory.model.ObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.clouddirectory.model.RangeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.clouddirectory.model.RequiredAttributeBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.clouddirectory.model.RuleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.clouddirectory.model.UpdateActionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.clouddirectory.model.BatchReadExceptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.clouddirectory.model.BatchWriteExceptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.clouddirectory.model.ConsistencyLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.clouddirectory.model.DirectoryState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.clouddirectory.model.FacetAttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.clouddirectory.model.ObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.clouddirectory.model.RangeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.clouddirectory.model.RequiredAttributeBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.clouddirectory.model.RuleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.clouddirectory.model.UpdateActionType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAction(String) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeUpdate
The action to perform when updating the attribute.
withAction(UpdateActionType) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeUpdate
The action to perform when updating the attribute.
withAction(String) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacetAttributeUpdate
The action to perform when updating the attribute.
withAction(UpdateActionType) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacetAttributeUpdate
The action to perform when updating the attribute.
withAddFacetToObject(BatchAddFacetToObject) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
A batch operation that adds a facet to an object.
withAddFacetToObject(BatchAddFacetToObjectResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
The result of an add facet to object batch operation.
withAppliedSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ApplySchemaResult
The applied schema ARN that is associated with the copied schema in the Directory.
withAppliedSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryResult
The ARN of the published schema in the Directory.
withAppliedSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.GetAppliedSchemaVersionResult
Current applied schema ARN, including the minor version in use if one was provided.
withArn(String) - Method in class com.amazonaws.services.clouddirectory.model.PutSchemaFromJsonResult
The ARN of the schema to update.
withAttachedObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.AttachObjectResult
The attached ObjectIdentifier, which is the child ObjectIdentifier.
withAttachedObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.AttachToIndexResult
The ObjectIdentifier of the object that was attached to the index.
withAttachedObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachObjectResponse
The ObjectIdentifier of the object that has been attached.
withAttachedObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachToIndexResponse
The ObjectIdentifier of the object that was attached to the index.
withAttachedPolicyIds(String...) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPoliciesResponse
A list of policy ObjectIdentifiers, that are attached to the object.
withAttachedPolicyIds(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPoliciesResponse
A list of policy ObjectIdentifiers, that are attached to the object.
withAttachedPolicyIds(String...) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesResult
A list of policy ObjectIdentifiers, that are attached to the object.
withAttachedPolicyIds(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesResult
A list of policy ObjectIdentifiers, that are attached to the object.
withAttachObject(BatchAttachObject) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Attaches an object to a Directory.
withAttachObject(BatchAttachObjectResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Attaches an object to a Directory.
withAttachPolicy(BatchAttachPolicy) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Attaches a policy object to a regular object.
withAttachPolicy(BatchAttachPolicyResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Attaches a policy object to a regular object.
withAttachToIndex(BatchAttachToIndex) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Attaches the specified object to the specified index.
withAttachToIndex(BatchAttachToIndexResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Attaches the specified object to the specified index.
withAttachTypedLink(BatchAttachTypedLink) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Attaches a typed link to a specified source and target object.
withAttachTypedLink(BatchAttachTypedLinkResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Attaches a typed link to a specified source and target object.
withAttribute(FacetAttribute) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeUpdate
The attribute to update.
withAttribute(TypedLinkAttributeDefinition) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacetAttributeUpdate
The attribute to update.
withAttributeDefinition(FacetAttributeDefinition) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttribute
A facet attribute consists of either a definition or a reference.
withAttributeKey(AttributeKey) - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeRange
The key of the attribute that the attribute range covers.
withAttributeName(String) - Method in class com.amazonaws.services.clouddirectory.model.AttributeNameAndValue
The attribute name of the typed link.
withAttributeName(String) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeRange
The unique name of the typed link attribute.
withAttributeNames(String...) - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributes
List of attribute names whose values will be retrieved.
withAttributeNames(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributes
List of attribute names whose values will be retrieved.
withAttributeNames(String...) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesRequest
List of attribute names whose values will be retrieved.
withAttributeNames(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesRequest
List of attribute names whose values will be retrieved.
withAttributeReference(FacetAttributeReference) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttribute
An attribute reference that is associated with the attribute.
withAttributes(AttributeNameAndValue...) - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkRequest
A set of attributes that are associated with the typed link.
withAttributes(Collection<AttributeNameAndValue>) - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkRequest
A set of attributes that are associated with the typed link.
withAttributes(AttributeNameAndValue...) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLink
A set of attributes that are associated with the typed link.
withAttributes(Collection<AttributeNameAndValue>) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLink
A set of attributes that are associated with the typed link.
withAttributes(AttributeKeyAndValue...) - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributesResponse
The attribute values that are associated with an object.
withAttributes(Collection<AttributeKeyAndValue>) - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributesResponse
The attribute values that are associated with an object.
withAttributes(AttributeKeyAndValue...) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributesResponse
The attributes map that is associated with the object.
withAttributes(Collection<AttributeKeyAndValue>) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributesResponse
The attributes map that is associated with the object.
withAttributes(FacetAttribute...) - Method in class com.amazonaws.services.clouddirectory.model.CreateFacetRequest
The attributes that are associated with the Facet.
withAttributes(Collection<FacetAttribute>) - Method in class com.amazonaws.services.clouddirectory.model.CreateFacetRequest
The attributes that are associated with the Facet.
withAttributes(AttributeKeyAndValue...) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesResult
The attributes that are associated with the object.
withAttributes(Collection<AttributeKeyAndValue>) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesResult
The attributes that are associated with the object.
withAttributes(FacetAttribute...) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesResult
The attributes attached to the facet.
withAttributes(Collection<FacetAttribute>) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesResult
The attributes attached to the facet.
withAttributes(AttributeKeyAndValue...) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesResult
Attributes map that is associated with the object.
withAttributes(Collection<AttributeKeyAndValue>) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesResult
Attributes map that is associated with the object.
withAttributes(TypedLinkAttributeDefinition...) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesResult
An ordered set of attributes associate with the typed link.
withAttributes(Collection<TypedLinkAttributeDefinition>) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesResult
An ordered set of attributes associate with the typed link.
withAttributes(TypedLinkAttributeDefinition...) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacet
A set of key-value pairs associated with the typed link.
withAttributes(Collection<TypedLinkAttributeDefinition>) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacet
A set of key-value pairs associated with the typed link.
withAttributeUpdates(ObjectAttributeUpdate...) - Method in class com.amazonaws.services.clouddirectory.model.BatchUpdateObjectAttributes
Attributes update structure.
withAttributeUpdates(Collection<ObjectAttributeUpdate>) - Method in class com.amazonaws.services.clouddirectory.model.BatchUpdateObjectAttributes
Attributes update structure.
withAttributeUpdates(FacetAttributeUpdate...) - Method in class com.amazonaws.services.clouddirectory.model.UpdateFacetRequest
List of attributes that need to be updated in a given schema Facet.
withAttributeUpdates(Collection<FacetAttributeUpdate>) - Method in class com.amazonaws.services.clouddirectory.model.UpdateFacetRequest
List of attributes that need to be updated in a given schema Facet.
withAttributeUpdates(ObjectAttributeUpdate...) - Method in class com.amazonaws.services.clouddirectory.model.UpdateObjectAttributesRequest
The attributes update structure.
withAttributeUpdates(Collection<ObjectAttributeUpdate>) - Method in class com.amazonaws.services.clouddirectory.model.UpdateObjectAttributesRequest
The attributes update structure.
withAttributeUpdates(TypedLinkFacetAttributeUpdate...) - Method in class com.amazonaws.services.clouddirectory.model.UpdateTypedLinkFacetRequest
Attributes update structure.
withAttributeUpdates(Collection<TypedLinkFacetAttributeUpdate>) - Method in class com.amazonaws.services.clouddirectory.model.UpdateTypedLinkFacetRequest
Attributes update structure.
withBatchReferenceName(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndex
The batch reference name.
withBatchReferenceName(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObject
The batch reference name.
withBatchReferenceName(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachObject
The batch reference name.
withBinaryValue(ByteBuffer) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValue
A binary data value.
withBooleanValue(Boolean) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValue
A Boolean data value.
withChildReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.AttachObjectRequest
The child object reference to be attached to the object.
withChildReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachObject
The child object reference that is to be attached to the object.
withChildren(Map<String, String>) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildrenResponse
The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.
withChildren(Map<String, String>) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenResult
Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.
withConsistencyLevel(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadRequest
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.
withConsistencyLevel(ConsistencyLevel) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadRequest
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.
withConsistencyLevel(String) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesRequest
The consistency level at which to retrieve the attributes on an object.
withConsistencyLevel(ConsistencyLevel) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesRequest
The consistency level at which to retrieve the attributes on an object.
withConsistencyLevel(String) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationRequest
The consistency level at which to retrieve the object information.
withConsistencyLevel(ConsistencyLevel) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationRequest
The consistency level at which to retrieve the object information.
withConsistencyLevel(String) - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesRequest
The consistency level to use for this operation.
withConsistencyLevel(ConsistencyLevel) - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesRequest
The consistency level to use for this operation.
withConsistencyLevel(String) - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
The consistency level to execute the request at.
withConsistencyLevel(ConsistencyLevel) - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
The consistency level to execute the request at.
withConsistencyLevel(String) - Method in class com.amazonaws.services.clouddirectory.model.ListIndexRequest
The consistency level to execute the request at.
withConsistencyLevel(ConsistencyLevel) - Method in class com.amazonaws.services.clouddirectory.model.ListIndexRequest
The consistency level to execute the request at.
withConsistencyLevel(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesRequest
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.
withConsistencyLevel(ConsistencyLevel) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesRequest
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.
withConsistencyLevel(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenRequest
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.
withConsistencyLevel(ConsistencyLevel) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenRequest
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.
withConsistencyLevel(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsRequest
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.
withConsistencyLevel(ConsistencyLevel) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsRequest
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.
withConsistencyLevel(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesRequest
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.
withConsistencyLevel(ConsistencyLevel) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesRequest
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.
withConsistencyLevel(String) - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
The consistency level to execute the request at.
withConsistencyLevel(ConsistencyLevel) - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
The consistency level to execute the request at.
withConsistencyLevel(String) - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsRequest
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.
withConsistencyLevel(ConsistencyLevel) - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsRequest
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.
withCreateIndex(BatchCreateIndex) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Creates an index object.
withCreateIndex(BatchCreateIndexResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Creates an index object.
withCreateObject(BatchCreateObject) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Creates an object.
withCreateObject(BatchCreateObjectResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Creates an object in a Directory.
withCreationDateTime(Date) - Method in class com.amazonaws.services.clouddirectory.model.Directory
The date and time when the directory was created.
withDatetimeValue(Date) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValue
A date and time value.
withDefaultValue(TypedAttributeValue) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeDefinition
The default value of the attribute (if configured).
withDefaultValue(TypedAttributeValue) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
The default value of the attribute (if configured).
withDeleteObject(BatchDeleteObject) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Deletes an object in a Directory.
withDeleteObject(BatchDeleteObjectResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Deletes an object in a Directory.
withDetachedObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachFromIndexResponse
The ObjectIdentifier of the object that was detached from the index.
withDetachedObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachObjectResponse
The ObjectIdentifier of the detached object.
withDetachedObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.DetachFromIndexResult
The ObjectIdentifier of the object that was detached from the index.
withDetachedObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.DetachObjectResult
The ObjectIdentifier that was detached from the object.
withDetachFromIndex(BatchDetachFromIndex) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Detaches the specified object from the specified index.
withDetachFromIndex(BatchDetachFromIndexResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Detaches the specified object from the specified index.
withDetachObject(BatchDetachObject) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Detaches an object from a Directory.
withDetachObject(BatchDetachObjectResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Detaches an object from a Directory.
withDetachPolicy(BatchDetachPolicy) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Detaches a policy from a Directory.
withDetachPolicy(BatchDetachPolicyResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Detaches a policy from a Directory.
withDetachTypedLink(BatchDetachTypedLink) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Detaches a typed link from a specified source and target object.
withDetachTypedLink(BatchDetachTypedLinkResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Detaches a typed link from a specified source and target object.
withDevelopmentSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.PublishSchemaRequest
The Amazon Resource Name (ARN) that is associated with the development schema.
withDevelopmentSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaRequest
The ARN of the development schema with the changes used for the upgrade.
withDirectories(Directory...) - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesResult
Lists all directories that are associated with your account in pagination fashion.
withDirectories(Collection<Directory>) - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesResult
Lists all directories that are associated with your account in pagination fashion.
withDirectory(Directory) - Method in class com.amazonaws.services.clouddirectory.model.GetDirectoryResult
Metadata about the directory.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.AddFacetToObjectRequest
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ApplySchemaRequest
The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ApplySchemaResult
The ARN that is associated with the Directory.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.AttachObjectRequest
Amazon Resource Name (ARN) that is associated with the Directory where both objects reside.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.AttachPolicyRequest
The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.AttachToIndexRequest
The Amazon Resource Name (ARN) of the directory where the object and index exist.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkRequest
The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadRequest
The Amazon Resource Name (ARN) that is associated with the Directory.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteRequest
The Amazon Resource Name (ARN) that is associated with the Directory.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryResult
The ARN that is associated with the Directory.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexRequest
The ARN of the directory where the index should be created.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectRequest
The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DeleteDirectoryRequest
The ARN of the directory to delete.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DeleteDirectoryResult
The ARN of the deleted directory.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DeleteObjectRequest
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DetachFromIndexRequest
The Amazon Resource Name (ARN) of the directory the index and object exist in.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DetachObjectRequest
The Amazon Resource Name (ARN) that is associated with the Directory where objects reside.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DetachPolicyRequest
The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DetachTypedLinkRequest
The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.Directory
The Amazon Resource Name (ARN) that is associated with the directory.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DisableDirectoryRequest
The ARN of the directory to disable.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DisableDirectoryResult
The ARN of the directory that has been disabled.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.EnableDirectoryRequest
The ARN of the directory to enable.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.EnableDirectoryResult
The ARN of the enabled directory.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.GetDirectoryRequest
The ARN of the directory.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesRequest
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationRequest
The ARN of the directory being retrieved.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsRequest
The ARN of the directory you are listing.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesRequest
The ARN of the directory.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
The Amazon Resource Name (ARN) of the directory where you want to list the typed links.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListIndexRequest
The ARN of the directory that the index exists in.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesRequest
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenRequest
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsRequest
The ARN of the directory to which the parent path applies.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsRequest
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesRequest
The Amazon Resource Name (ARN) that is associated with the Directory where objects reside.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
The Amazon Resource Name (ARN) of the directory where you want to list the typed links.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsRequest
The Amazon Resource Name (ARN) that is associated with the Directory where objects reside.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyRequest
The Amazon Resource Name (ARN) that is associated with the Directory.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.RemoveFacetFromObjectRequest
The ARN of the directory in which the object resides.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UpdateObjectAttributesRequest
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaRequest
The ARN for the directory to which the upgraded schema will be applied.
withDirectoryArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaResult
The ARN of the directory that is returned as part of the response.
withDocument(String) - Method in class com.amazonaws.services.clouddirectory.model.GetSchemaAsJsonResult
The JSON representation of the schema document.
withDocument(String) - Method in class com.amazonaws.services.clouddirectory.model.PutSchemaFromJsonRequest
The replacement JSON schema.
withDryRun(Boolean) - Method in class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaRequest
Used for testing whether the major version schemas are backward compatible or not.
withDryRun(Boolean) - Method in class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaRequest
Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded.
withEndMode(String) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValueRange
The inclusive or exclusive range end.
withEndMode(RangeMode) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValueRange
The inclusive or exclusive range end.
withEndValue(TypedAttributeValue) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValueRange
The attribute value to terminate the range at.
withExceptionResponse(BatchReadException) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperationResponse
Identifies which operation in a batch has failed.
withFacet(TypedLinkFacet) - Method in class com.amazonaws.services.clouddirectory.model.CreateTypedLinkFacetRequest
Facet structure that is associated with the typed link facet.
withFacet(Facet) - Method in class com.amazonaws.services.clouddirectory.model.GetFacetResult
The Facet structure that is associated with the facet.
withFacetFilter(SchemaFacet) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributes
Used to filter the list of object attributes that are associated with a certain facet.
withFacetFilter(SchemaFacet) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesRequest
Used to filter the list of object attributes that are associated with a certain facet.
withFacetName(String) - Method in class com.amazonaws.services.clouddirectory.model.AttributeKey
The name of the facet that the attribute exists within.
withFacetName(String) - Method in class com.amazonaws.services.clouddirectory.model.SchemaFacet
The name of the facet.
withFacetNames(String...) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetNamesResult
The names of facets that exist within the schema.
withFacetNames(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetNamesResult
The names of facets that exist within the schema.
withFacetNames(String...) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesResult
The names of typed link facets that exist within the schema.
withFacetNames(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesResult
The names of typed link facets that exist within the schema.
withFilterAttributeRanges(TypedLinkAttributeRange...) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinks
Provides range filters for multiple attributes.
withFilterAttributeRanges(Collection<TypedLinkAttributeRange>) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinks
Provides range filters for multiple attributes.
withFilterAttributeRanges(TypedLinkAttributeRange...) - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinks
Provides range filters for multiple attributes.
withFilterAttributeRanges(Collection<TypedLinkAttributeRange>) - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinks
Provides range filters for multiple attributes.
withFilterAttributeRanges(TypedLinkAttributeRange...) - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
Provides range filters for multiple attributes.
withFilterAttributeRanges(Collection<TypedLinkAttributeRange>) - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
Provides range filters for multiple attributes.
withFilterAttributeRanges(TypedLinkAttributeRange...) - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
Provides range filters for multiple attributes.
withFilterAttributeRanges(Collection<TypedLinkAttributeRange>) - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
Provides range filters for multiple attributes.
withFilterTypedLink(TypedLinkSchemaAndFacetName) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinks
Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.
withFilterTypedLink(TypedLinkSchemaAndFacetName) - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinks
Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.
withFilterTypedLink(TypedLinkSchemaAndFacetName) - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.
withFilterTypedLink(TypedLinkSchemaAndFacetName) - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.
withGetObjectAttributes(BatchGetObjectAttributes) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Retrieves attributes within a facet that are associated with an object.
withGetObjectAttributes(BatchGetObjectAttributesResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Retrieves attributes within a facet that are associated with an object.
withGetObjectInformation(BatchGetObjectInformation) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Retrieves metadata about an object.
withGetObjectInformation(BatchGetObjectInformationResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Retrieves metadata about an object.
withIdentityAttributeOrder(String...) - Method in class com.amazonaws.services.clouddirectory.model.GetTypedLinkFacetInformationResult
The order of identity attributes for the facet, from most significant to least significant.
withIdentityAttributeOrder(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.GetTypedLinkFacetInformationResult
The order of identity attributes for the facet, from most significant to least significant.
withIdentityAttributeOrder(String...) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacet
The set of attributes that distinguish links made from this facet from each other, in the order of significance.
withIdentityAttributeOrder(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacet
The set of attributes that distinguish links made from this facet from each other, in the order of significance.
withIdentityAttributeOrder(String...) - Method in class com.amazonaws.services.clouddirectory.model.UpdateTypedLinkFacetRequest
The order of identity attributes for the facet, from most significant to least significant.
withIdentityAttributeOrder(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.UpdateTypedLinkFacetRequest
The order of identity attributes for the facet, from most significant to least significant.
withIdentityAttributeValues(AttributeNameAndValue...) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSpecifier
Identifies the attribute value to update.
withIdentityAttributeValues(Collection<AttributeNameAndValue>) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSpecifier
Identifies the attribute value to update.
withIndex(Integer) - Method in exception com.amazonaws.services.clouddirectory.model.BatchWriteException
 
withIndexAttachments(IndexAttachment...) - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndicesResponse
The indices attached to the specified object.
withIndexAttachments(Collection<IndexAttachment>) - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndicesResponse
The indices attached to the specified object.
withIndexAttachments(IndexAttachment...) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndexResponse
The objects and indexed values attached to the index.
withIndexAttachments(Collection<IndexAttachment>) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndexResponse
The objects and indexed values attached to the index.
withIndexAttachments(IndexAttachment...) - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesResult
The indices attached to the specified object.
withIndexAttachments(Collection<IndexAttachment>) - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesResult
The indices attached to the specified object.
withIndexAttachments(IndexAttachment...) - Method in class com.amazonaws.services.clouddirectory.model.ListIndexResult
The objects and indexed values attached to the index.
withIndexAttachments(Collection<IndexAttachment>) - Method in class com.amazonaws.services.clouddirectory.model.ListIndexResult
The objects and indexed values attached to the index.
withIndexedAttributes(AttributeKeyAndValue...) - Method in class com.amazonaws.services.clouddirectory.model.IndexAttachment
The indexed attribute values.
withIndexedAttributes(Collection<AttributeKeyAndValue>) - Method in class com.amazonaws.services.clouddirectory.model.IndexAttachment
The indexed attribute values.
withIndexReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.AttachToIndexRequest
A reference to the index that you are attaching the object to.
withIndexReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachToIndex
A reference to the index that you are attaching the object to.
withIndexReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachFromIndex
A reference to the index object.
withIndexReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndex
The reference to the index to list.
withIndexReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.DetachFromIndexRequest
A reference to the index object.
withIndexReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.ListIndexRequest
The reference to the index to list.
withIsImmutable(Boolean) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeDefinition
Whether the attribute is mutable or not.
withIsImmutable(Boolean) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
Whether the attribute is mutable or not.
withIsUnique(Boolean) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndex
Indicates whether the attribute that is being indexed has unique values or not.
withIsUnique(Boolean) - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexRequest
Indicates whether the attribute that is being indexed has unique values or not.
withKey(AttributeKey) - Method in class com.amazonaws.services.clouddirectory.model.AttributeKeyAndValue
The key of the attribute.
withKey(String) - Method in class com.amazonaws.services.clouddirectory.model.Tag
The key that is associated with the tag.
withLinkName(String) - Method in class com.amazonaws.services.clouddirectory.model.AttachObjectRequest
The link name with which the child object is attached to the parent.
withLinkName(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachObject
The name of the link.
withLinkName(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndex
The name of the link between the parent object and the index object.
withLinkName(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObject
The name of the link.
withLinkName(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachObject
The name of the link.
withLinkName(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexRequest
The name of the link between the parent object and the index object.
withLinkName(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectRequest
The name of link that is used to attach this object to a parent.
withLinkName(String) - Method in class com.amazonaws.services.clouddirectory.model.DetachObjectRequest
The link name associated with the object that needs to be detached.
withLinkSpecifiers(TypedLinkSpecifier...) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinksResponse
Returns one or more typed link specifiers as output.
withLinkSpecifiers(Collection<TypedLinkSpecifier>) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinksResponse
Returns one or more typed link specifiers as output.
withLinkSpecifiers(TypedLinkSpecifier...) - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksResult
Returns one or more typed link specifiers as output.
withLinkSpecifiers(Collection<TypedLinkSpecifier>) - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksResult
Returns one or more typed link specifiers as output.
withListAttachedIndices(BatchListAttachedIndices) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Lists indices attached to an object.
withListAttachedIndices(BatchListAttachedIndicesResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Lists indices attached to an object.
withListIncomingTypedLinks(BatchListIncomingTypedLinks) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object.
withListIncomingTypedLinks(BatchListIncomingTypedLinksResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object.
withListIndex(BatchListIndex) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Lists objects attached to the specified index.
withListIndex(BatchListIndexResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Lists objects attached to the specified index.
withListObjectAttributes(BatchListObjectAttributes) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Lists all attributes that are associated with an object.
withListObjectAttributes(BatchListObjectAttributesResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Lists all attributes that are associated with an object.
withListObjectChildren(BatchListObjectChildren) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Returns a paginated list of child objects that are associated with a given object.
withListObjectChildren(BatchListObjectChildrenResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Returns a paginated list of child objects that are associated with a given object.
withListObjectParentPaths(BatchListObjectParentPaths) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects.
withListObjectParentPaths(BatchListObjectParentPathsResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects.
withListObjectPolicies(BatchListObjectPolicies) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Returns policies attached to an object in pagination fashion.
withListObjectPolicies(BatchListObjectPoliciesResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Returns policies attached to an object in pagination fashion.
withListOutgoingTypedLinks(BatchListOutgoingTypedLinks) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
withListOutgoingTypedLinks(BatchListOutgoingTypedLinksResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
withListPolicyAttachments(BatchListPolicyAttachments) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Returns all of the ObjectIdentifiers to which a given policy is attached.
withListPolicyAttachments(BatchListPolicyAttachmentsResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Returns all of the ObjectIdentifiers to which a given policy is attached.
withLookupPolicy(BatchLookupPolicy) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperation
Lists all policies from the root of the Directory to the object specified.
withLookupPolicy(BatchLookupPolicyResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadSuccessfulResponse
Lists all policies from the root of the Directory to the object specified.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndices
The maximum number of results to retrieve.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinks
The maximum number of results to retrieve.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndex
The maximum number of results to retrieve.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributes
The maximum number of items to be retrieved in a single call.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildren
Maximum number of items to be retrieved in a single call.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPaths
The maximum number of results to retrieve.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPolicies
The maximum number of results to retrieve.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinks
The maximum number of results to retrieve.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachments
The maximum number of results to retrieve.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicy
The maximum number of results to retrieve.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsRequest
The maximum number of results to retrieve.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesRequest
The maximum number of results to retrieve.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListDevelopmentSchemaArnsRequest
The maximum number of results to retrieve.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesRequest
The maximum number of results to retrieve.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesRequest
The maximum number of results to retrieve.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetNamesRequest
The maximum number of results to retrieve.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
The maximum number of results to retrieve.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListIndexRequest
The maximum number of objects in a single page to retrieve from the index during a request.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesRequest
The maximum number of items to be retrieved in a single call.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenRequest
The maximum number of items to be retrieved in a single call.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsRequest
The maximum number of items to be retrieved in a single call.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsRequest
The maximum number of items to be retrieved in a single call.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesRequest
The maximum number of items to be retrieved in a single call.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
The maximum number of results to retrieve.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsRequest
The maximum number of items to be retrieved in a single call.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsRequest
The maximum number of results to retrieve.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListTagsForResourceRequest
The MaxResults parameter sets the maximum number of results returned in a single page.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesRequest
The maximum number of results to retrieve.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesRequest
The maximum number of results to retrieve.
withMaxResults(Integer) - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyRequest
The maximum number of items to be retrieved in a single call.
withMessage(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadException
An exception message that is associated with the failure.
withMinorVersion(String) - Method in class com.amazonaws.services.clouddirectory.model.PublishSchemaRequest
The minor version under which the schema will be published.
withMinorVersion(String) - Method in class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaRequest
Identifies the minor version of the published schema that will be created.
withName(String) - Method in class com.amazonaws.services.clouddirectory.model.AttributeKey
The name of the attribute.
withName(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryRequest
The name of the Directory.
withName(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryResult
The name of the Directory.
withName(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateFacetRequest
The name of the Facet, which is unique for a given schema.
withName(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateSchemaRequest
The name that is associated with the schema.
withName(String) - Method in class com.amazonaws.services.clouddirectory.model.DeleteFacetRequest
The name of the facet to delete.
withName(String) - Method in class com.amazonaws.services.clouddirectory.model.DeleteTypedLinkFacetRequest
The unique name of the typed link facet.
withName(String) - Method in class com.amazonaws.services.clouddirectory.model.Directory
The name of the directory.
withName(String) - Method in class com.amazonaws.services.clouddirectory.model.Facet
The name of the Facet.
withName(String) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttribute
The name of the facet attribute.
withName(String) - Method in class com.amazonaws.services.clouddirectory.model.GetFacetRequest
The name of the facet to retrieve.
withName(String) - Method in class com.amazonaws.services.clouddirectory.model.GetSchemaAsJsonResult
The name of the retrieved schema.
withName(String) - Method in class com.amazonaws.services.clouddirectory.model.GetTypedLinkFacetInformationRequest
The unique name of the typed link facet.
withName(String) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesRequest
The name of the facet whose attributes will be retrieved.
withName(String) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesRequest
The unique name of the typed link facet.
withName(String) - Method in class com.amazonaws.services.clouddirectory.model.PublishSchemaRequest
The new name under which the schema will be published.
withName(String) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
The unique name of the typed link attribute.
withName(String) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkFacet
The unique name of the typed link facet.
withName(String) - Method in class com.amazonaws.services.clouddirectory.model.UpdateFacetRequest
The name of the facet.
withName(String) - Method in class com.amazonaws.services.clouddirectory.model.UpdateSchemaRequest
The name of the schema.
withName(String) - Method in class com.amazonaws.services.clouddirectory.model.UpdateTypedLinkFacetRequest
The unique name of the typed link facet.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndices
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndicesResponse
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinks
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinksResponse
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndex
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndexResponse
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributes
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributesResponse
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildren
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildrenResponse
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPaths
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPathsResponse
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPolicies
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPoliciesResponse
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinks
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinksResponse
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachments
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachmentsResponse
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicy
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicyResponse
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsRequest
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsResult
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesRequest
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesResult
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListDevelopmentSchemaArnsRequest
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListDevelopmentSchemaArnsResult
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesRequest
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesResult
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesRequest
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesResult
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetNamesRequest
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetNamesResult
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksResult
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListIndexRequest
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListIndexResult
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesRequest
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesResult
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenRequest
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenResult
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsRequest
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsResult
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsRequest
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsResult
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesRequest
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesResult
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksResult
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsRequest
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsResult
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsRequest
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsResult
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListTagsForResourceRequest
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListTagsForResourceResult
The token to use to retrieve the next page of results.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesRequest
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesResult
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesRequest
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesResult
The pagination token.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyRequest
The token to request the next page of results.
withNextToken(String) - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyResult
The pagination token.
withNumberValue(String) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValue
A number data value.
withObjectAttributeAction(ObjectAttributeAction) - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeUpdate
The action to perform as part of the attribute update.
withObjectAttributeActionType(String) - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeAction
A type that can be either Update or Delete.
withObjectAttributeActionType(UpdateActionType) - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeAction
A type that can be either Update or Delete.
withObjectAttributeKey(AttributeKey) - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeUpdate
The key of the attribute being updated.
withObjectAttributeList(AttributeKeyAndValue...) - Method in class com.amazonaws.services.clouddirectory.model.AddFacetToObjectRequest
Attributes on the facet that you are adding to the object.
withObjectAttributeList(Collection<AttributeKeyAndValue>) - Method in class com.amazonaws.services.clouddirectory.model.AddFacetToObjectRequest
Attributes on the facet that you are adding to the object.
withObjectAttributeList(AttributeKeyAndValue...) - Method in class com.amazonaws.services.clouddirectory.model.BatchAddFacetToObject
The attributes to set on the object.
withObjectAttributeList(Collection<AttributeKeyAndValue>) - Method in class com.amazonaws.services.clouddirectory.model.BatchAddFacetToObject
The attributes to set on the object.
withObjectAttributeList(AttributeKeyAndValue...) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObject
An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
withObjectAttributeList(Collection<AttributeKeyAndValue>) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObject
An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
withObjectAttributeList(AttributeKeyAndValue...) - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectRequest
The attribute map whose attribute ARN contains the key and attribute value as the map value.
withObjectAttributeList(Collection<AttributeKeyAndValue>) - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectRequest
The attribute map whose attribute ARN contains the key and attribute value as the map value.
withObjectAttributeUpdateValue(TypedAttributeValue) - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeAction
The value that you want to update to.
withObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndexResponse
The ObjectIdentifier of the index created by this operation.
withObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObjectResponse
The ID that is associated with the object.
withObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectInformationResponse
The ObjectIdentifier of the specified object.
withObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchUpdateObjectAttributesResponse
ID that is associated with the object.
withObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryResult
The root object node of the created directory.
withObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexResult
The ObjectIdentifier of the index created by this operation.
withObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectResult
The identifier that is associated with the object.
withObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationResult
The ObjectIdentifier of the specified object.
withObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.IndexAttachment
In response to ListIndex, the ObjectIdentifier of the object attached to the index.
withObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.PolicyAttachment
The ObjectIdentifier that is associated with PolicyAttachment.
withObjectIdentifier(String) - Method in class com.amazonaws.services.clouddirectory.model.UpdateObjectAttributesResult
The ObjectIdentifier of the updated object.
withObjectIdentifiers(String...) - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachmentsResponse
A list of ObjectIdentifiers to which the policy is attached.
withObjectIdentifiers(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachmentsResponse
A list of ObjectIdentifiers to which the policy is attached.
withObjectIdentifiers(String...) - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsResult
A list of ObjectIdentifiers to which the policy is attached.
withObjectIdentifiers(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsResult
A list of ObjectIdentifiers to which the policy is attached.
withObjectIdentifiers(String...) - Method in class com.amazonaws.services.clouddirectory.model.PathToObjectIdentifiers
Lists ObjectIdentifiers starting from directory root to the object in the request.
withObjectIdentifiers(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.PathToObjectIdentifiers
Lists ObjectIdentifiers starting from directory root to the object in the request.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.AddFacetToObjectRequest
A reference to the object you are adding the specified facet to.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.AttachPolicyRequest
The reference that identifies the object to which the policy will be attached.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchAddFacetToObject
A reference to the object being mutated.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachPolicy
The reference that identifies the object to which the policy will be attached.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchDeleteObject
The reference that identifies the object.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachPolicy
Reference that identifies the object whose policy object will be detached.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributes
Reference that identifies the object whose attributes will be retrieved.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectInformation
A reference to the object.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIncomingTypedLinks
The reference that identifies the object whose attributes will be listed.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectAttributes
Reference of the object whose attributes need to be listed.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectChildren
Reference of the object for which child objects are being listed.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPaths
The reference that identifies the object whose attributes will be listed.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectPolicies
The reference that identifies the object whose attributes will be listed.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinks
The reference that identifies the object whose attributes will be listed.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicy
Reference that identifies the object whose policies will be looked up.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchRemoveFacetFromObject
A reference to the object whose facet will be removed.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchUpdateObjectAttributes
Reference that identifies the object.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.DeleteObjectRequest
A reference that identifies the object.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.DetachPolicyRequest
Reference that identifies the object whose policy object will be detached.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesRequest
Reference that identifies the object whose attributes will be retrieved.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationRequest
A reference to the object.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.ListIncomingTypedLinksRequest
Reference that identifies the object whose attributes will be listed.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectAttributesRequest
The reference that identifies the object whose attributes will be listed.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectChildrenRequest
The reference that identifies the object for which child objects are being listed.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsRequest
The reference that identifies the object whose parent paths are listed.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsRequest
The reference that identifies the object for which parent objects are being listed.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectPoliciesRequest
Reference that identifies the object for which policies will be listed.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksRequest
A reference that identifies the object whose attributes will be listed.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyRequest
Reference that identifies the object whose policies will be looked up.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.RemoveFacetFromObjectRequest
A reference to the object to remove the facet from.
withObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.UpdateObjectAttributesRequest
The reference that identifies the object.
withObjectType(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateFacetRequest
Specifies whether a given object created from this facet is of type node, leaf node, policy or index.
withObjectType(ObjectType) - Method in class com.amazonaws.services.clouddirectory.model.CreateFacetRequest
Specifies whether a given object created from this facet is of type node, leaf node, policy or index.
withObjectType(String) - Method in class com.amazonaws.services.clouddirectory.model.Facet
The object type that is associated with the facet.
withObjectType(ObjectType) - Method in class com.amazonaws.services.clouddirectory.model.Facet
The object type that is associated with the facet.
withObjectType(String) - Method in class com.amazonaws.services.clouddirectory.model.UpdateFacetRequest
The object type that is associated with the facet.
withObjectType(ObjectType) - Method in class com.amazonaws.services.clouddirectory.model.UpdateFacetRequest
The object type that is associated with the facet.
withOperations(BatchReadOperation...) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadRequest
A list of operations that are part of the batch.
withOperations(Collection<BatchReadOperation>) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadRequest
A list of operations that are part of the batch.
withOperations(BatchWriteOperation...) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteRequest
A list of operations that are part of the batch.
withOperations(Collection<BatchWriteOperation>) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteRequest
A list of operations that are part of the batch.
withOrderedIndexedAttributeList(AttributeKey...) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndex
Specifies the attributes that should be indexed on.
withOrderedIndexedAttributeList(Collection<AttributeKey>) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndex
Specifies the attributes that should be indexed on.
withOrderedIndexedAttributeList(AttributeKey...) - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexRequest
Specifies the attributes that should be indexed on.
withOrderedIndexedAttributeList(Collection<AttributeKey>) - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexRequest
Specifies the attributes that should be indexed on.
withParameters(Map<String, String>) - Method in class com.amazonaws.services.clouddirectory.model.Rule
The minimum and maximum parameters that are associated with the rule.
withParentReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.AttachObjectRequest
The parent object reference.
withParentReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachObject
The parent object reference.
withParentReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateIndex
A reference to the parent object that contains the index object.
withParentReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObject
If specified, the parent reference to which this object will be attached.
withParentReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachObject
Parent reference from which the object with the specified link name is detached.
withParentReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.CreateIndexRequest
A reference to the parent object that contains the index object.
withParentReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectRequest
If specified, the parent reference to which this object will be attached.
withParentReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.DetachObjectRequest
The parent reference from which the object with the specified link name is detached.
withParents(Map<String, String>) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentsResult
The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.
withPath(String) - Method in class com.amazonaws.services.clouddirectory.model.PathToObjectIdentifiers
The path that is used to identify the object starting from directory root.
withPath(String) - Method in class com.amazonaws.services.clouddirectory.model.PolicyToPath
The path that is referenced from the root.
withPathToObjectIdentifiersList(PathToObjectIdentifiers...) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPathsResponse
Returns the path to the ObjectIdentifiers that are associated with the directory.
withPathToObjectIdentifiersList(Collection<PathToObjectIdentifiers>) - Method in class com.amazonaws.services.clouddirectory.model.BatchListObjectParentPathsResponse
Returns the path to the ObjectIdentifiers that are associated with the directory.
withPathToObjectIdentifiersList(PathToObjectIdentifiers...) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsResult
Returns the path to the ObjectIdentifiers that are associated with the directory.
withPathToObjectIdentifiersList(Collection<PathToObjectIdentifiers>) - Method in class com.amazonaws.services.clouddirectory.model.ListObjectParentPathsResult
Returns the path to the ObjectIdentifiers that are associated with the directory.
withPolicies(PolicyAttachment...) - Method in class com.amazonaws.services.clouddirectory.model.PolicyToPath
List of policy objects.
withPolicies(Collection<PolicyAttachment>) - Method in class com.amazonaws.services.clouddirectory.model.PolicyToPath
List of policy objects.
withPolicyId(String) - Method in class com.amazonaws.services.clouddirectory.model.PolicyAttachment
The ID of PolicyAttachment.
withPolicyReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.AttachPolicyRequest
The reference that is associated with the policy object.
withPolicyReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachPolicy
The reference that is associated with the policy object.
withPolicyReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachPolicy
Reference that identifies the policy object.
withPolicyReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchListPolicyAttachments
The reference that identifies the policy object.
withPolicyReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.DetachPolicyRequest
Reference that identifies the policy object.
withPolicyReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.ListPolicyAttachmentsRequest
The reference that identifies the policy object.
withPolicyToPathList(PolicyToPath...) - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicyResponse
Provides list of path to policies.
withPolicyToPathList(Collection<PolicyToPath>) - Method in class com.amazonaws.services.clouddirectory.model.BatchLookupPolicyResponse
Provides list of path to policies.
withPolicyToPathList(PolicyToPath...) - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyResult
Provides list of path to policies.
withPolicyToPathList(Collection<PolicyToPath>) - Method in class com.amazonaws.services.clouddirectory.model.LookupPolicyResult
Provides list of path to policies.
withPolicyType(String) - Method in class com.amazonaws.services.clouddirectory.model.PolicyAttachment
The type of policy that can be associated with PolicyAttachment.
withPublishedSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ApplySchemaRequest
Published schema Amazon Resource Name (ARN) that needs to be copied.
withPublishedSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.PublishSchemaResult
The ARN that is associated with the published schema.
withPublishedSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaRequest
The revision of the published schema to upgrade the directory to.
withPublishedSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaRequest
The ARN of the published schema to be upgraded.
withRange(TypedAttributeValueRange) - Method in class com.amazonaws.services.clouddirectory.model.ObjectAttributeRange
The range of attribute values being selected.
withRange(TypedAttributeValueRange) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeRange
The range of attribute values that are being selected.
withRangesOnIndexedValues(ObjectAttributeRange...) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndex
Specifies the ranges of indexed values that you want to query.
withRangesOnIndexedValues(Collection<ObjectAttributeRange>) - Method in class com.amazonaws.services.clouddirectory.model.BatchListIndex
Specifies the ranges of indexed values that you want to query.
withRangesOnIndexedValues(ObjectAttributeRange...) - Method in class com.amazonaws.services.clouddirectory.model.ListIndexRequest
Specifies the ranges of indexed values that you want to query.
withRangesOnIndexedValues(Collection<ObjectAttributeRange>) - Method in class com.amazonaws.services.clouddirectory.model.ListIndexRequest
Specifies the ranges of indexed values that you want to query.
withRemoveFacetFromObject(BatchRemoveFacetFromObject) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
A batch operation that removes a facet from an object.
withRemoveFacetFromObject(BatchRemoveFacetFromObjectResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
The result of a batch remove facet from object operation.
withRequiredBehavior(String) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttribute
The required behavior of the FacetAttribute.
withRequiredBehavior(RequiredAttributeBehavior) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttribute
The required behavior of the FacetAttribute.
withRequiredBehavior(String) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
The required behavior of the TypedLinkAttributeDefinition.
withRequiredBehavior(RequiredAttributeBehavior) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
The required behavior of the TypedLinkAttributeDefinition.
withResourceArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListTagsForResourceRequest
The Amazon Resource Name (ARN) of the resource.
withResourceArn(String) - Method in class com.amazonaws.services.clouddirectory.model.TagResourceRequest
The Amazon Resource Name (ARN) of the resource.
withResourceArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UntagResourceRequest
The Amazon Resource Name (ARN) of the resource.
withResponses(BatchReadOperationResponse...) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadResult
A list of all the responses for each batch read.
withResponses(Collection<BatchReadOperationResponse>) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadResult
A list of all the responses for each batch read.
withResponses(BatchWriteOperationResponse...) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteResult
A list of all the responses for each batch write.
withResponses(Collection<BatchWriteOperationResponse>) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteResult
A list of all the responses for each batch write.
withRules(Map<String, Rule>) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeDefinition
Validation rules attached to the attribute definition.
withRules(Map<String, Rule>) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
Validation rules that are attached to the attribute definition.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.AttributeKey
The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateDirectoryRequest
The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateFacetRequest
The schema ARN in which the new Facet will be created.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateSchemaResult
The Amazon Resource Name (ARN) that is associated with the schema.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.CreateTypedLinkFacetRequest
The Amazon Resource Name (ARN) that is associated with the schema.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DeleteFacetRequest
The Amazon Resource Name (ARN) that is associated with the Facet.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DeleteSchemaRequest
The Amazon Resource Name (ARN) of the development schema.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DeleteSchemaResult
The input ARN that is returned as part of the response.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.DeleteTypedLinkFacetRequest
The Amazon Resource Name (ARN) that is associated with the schema.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.GetAppliedSchemaVersionRequest
The ARN of the applied schema.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.GetFacetRequest
The Amazon Resource Name (ARN) that is associated with the Facet.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.GetSchemaAsJsonRequest
The ARN of the schema to retrieve.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.GetTypedLinkFacetInformationRequest
The Amazon Resource Name (ARN) that is associated with the schema.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsRequest
The response for ListAppliedSchemaArns when this parameter is used will list all minor version ARNs for a major version.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetAttributesRequest
The ARN of the schema where the facet resides.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListFacetNamesRequest
The Amazon Resource Name (ARN) to retrieve facet names from.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsRequest
The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetAttributesRequest
The Amazon Resource Name (ARN) that is associated with the schema.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.ListTypedLinkFacetNamesRequest
The Amazon Resource Name (ARN) that is associated with the schema.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.PutSchemaFromJsonRequest
The ARN of the schema to update.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.SchemaFacet
The ARN of the schema that contains the facet with no minor component.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSchemaAndFacetName
The Amazon Resource Name (ARN) that is associated with the schema.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UpdateFacetRequest
The Amazon Resource Name (ARN) that is associated with the Facet.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UpdateSchemaRequest
The Amazon Resource Name (ARN) of the development schema.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UpdateSchemaResult
The ARN that is associated with the updated schema.
withSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UpdateTypedLinkFacetRequest
The Amazon Resource Name (ARN) that is associated with the schema.
withSchemaArns(String...) - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsResult
The ARNs of schemas that are applied to the directory.
withSchemaArns(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.ListAppliedSchemaArnsResult
The ARNs of schemas that are applied to the directory.
withSchemaArns(String...) - Method in class com.amazonaws.services.clouddirectory.model.ListDevelopmentSchemaArnsResult
The ARNs of retrieved development schemas.
withSchemaArns(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.ListDevelopmentSchemaArnsResult
The ARNs of retrieved development schemas.
withSchemaArns(String...) - Method in class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsResult
The ARNs of published schemas.
withSchemaArns(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.ListPublishedSchemaArnsResult
The ARNs of published schemas.
withSchemaFacet(SchemaFacet) - Method in class com.amazonaws.services.clouddirectory.model.AddFacetToObjectRequest
Identifiers for the facet that you are adding to the object.
withSchemaFacet(SchemaFacet) - Method in class com.amazonaws.services.clouddirectory.model.BatchAddFacetToObject
Represents the facet being added to the object.
withSchemaFacet(SchemaFacet...) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObject
A list of FacetArns that will be associated with the object.
withSchemaFacet(Collection<SchemaFacet>) - Method in class com.amazonaws.services.clouddirectory.model.BatchCreateObject
A list of FacetArns that will be associated with the object.
withSchemaFacet(SchemaFacet) - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectAttributes
Identifier for the facet whose attributes will be retrieved.
withSchemaFacet(SchemaFacet) - Method in class com.amazonaws.services.clouddirectory.model.BatchRemoveFacetFromObject
The facet to remove from the object.
withSchemaFacet(SchemaFacet) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectAttributesRequest
Identifier for the facet whose attributes will be retrieved.
withSchemaFacet(SchemaFacet) - Method in class com.amazonaws.services.clouddirectory.model.RemoveFacetFromObjectRequest
The facet to remove.
withSchemaFacets(SchemaFacet...) - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectInformationResponse
The facets attached to the specified object.
withSchemaFacets(Collection<SchemaFacet>) - Method in class com.amazonaws.services.clouddirectory.model.BatchGetObjectInformationResponse
The facets attached to the specified object.
withSchemaFacets(SchemaFacet...) - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectRequest
A list of schema facets to be associated with the object.
withSchemaFacets(Collection<SchemaFacet>) - Method in class com.amazonaws.services.clouddirectory.model.CreateObjectRequest
A list of schema facets to be associated with the object.
withSchemaFacets(SchemaFacet...) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationResult
The facets attached to the specified object.
withSchemaFacets(Collection<SchemaFacet>) - Method in class com.amazonaws.services.clouddirectory.model.GetObjectInformationResult
The facets attached to the specified object.
withSelector(String) - Method in class com.amazonaws.services.clouddirectory.model.ObjectReference
A path selector supports easy selection of an object by the parent/child links leading to it from the directory root.
withSourceObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkRequest
Identifies the source object that the typed link will attach to.
withSourceObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLink
Identifies the source object that the typed link will attach to.
withSourceObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSpecifier
Identifies the source object that the typed link will attach to.
withStartMode(String) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValueRange
The inclusive or exclusive range start.
withStartMode(RangeMode) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValueRange
The inclusive or exclusive range start.
withStartValue(TypedAttributeValue) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValueRange
The value to start the range at.
withState(String) - Method in class com.amazonaws.services.clouddirectory.model.Directory
The state of the directory.
withState(DirectoryState) - Method in class com.amazonaws.services.clouddirectory.model.Directory
The state of the directory.
withState(String) - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesRequest
The state of the directories in the list.
withState(DirectoryState) - Method in class com.amazonaws.services.clouddirectory.model.ListDirectoriesRequest
The state of the directories in the list.
withStringValue(String) - Method in class com.amazonaws.services.clouddirectory.model.TypedAttributeValue
A string data value.
withSuccessfulResponse(BatchReadSuccessfulResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadOperationResponse
Identifies which operation in a batch has succeeded.
withTagKeys(String...) - Method in class com.amazonaws.services.clouddirectory.model.UntagResourceRequest
Keys of the tag that need to be removed from the resource.
withTagKeys(Collection<String>) - Method in class com.amazonaws.services.clouddirectory.model.UntagResourceRequest
Keys of the tag that need to be removed from the resource.
withTags(Tag...) - Method in class com.amazonaws.services.clouddirectory.model.ListTagsForResourceResult
A list of tag key value pairs that are associated with the response.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.clouddirectory.model.ListTagsForResourceResult
A list of tag key value pairs that are associated with the response.
withTags(Tag...) - Method in class com.amazonaws.services.clouddirectory.model.TagResourceRequest
A list of tag key-value pairs.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.clouddirectory.model.TagResourceRequest
A list of tag key-value pairs.
withTargetAttributeName(String) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeReference
The target attribute name that is associated with the facet reference.
withTargetFacetName(String) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeReference
The target facet name that is associated with the facet reference.
withTargetObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkRequest
Identifies the target object that the typed link will attach to.
withTargetObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLink
Identifies the target object that the typed link will attach to.
withTargetObjectReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSpecifier
Identifies the target object that the typed link will attach to.
withTargetReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.AttachToIndexRequest
A reference to the object that you are attaching to the index.
withTargetReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachToIndex
A reference to the object that you are attaching to the index.
withTargetReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachFromIndex
A reference to the object being detached from the index.
withTargetReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.BatchListAttachedIndices
A reference to the object that has indices attached.
withTargetReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.DetachFromIndexRequest
A reference to the object being detached from the index.
withTargetReference(ObjectReference) - Method in class com.amazonaws.services.clouddirectory.model.ListAttachedIndicesRequest
A reference to the object that has indices attached.
withType(String) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadException
A type of exception, such as InvalidArnException.
withType(BatchReadExceptionType) - Method in class com.amazonaws.services.clouddirectory.model.BatchReadException
A type of exception, such as InvalidArnException.
withType(String) - Method in exception com.amazonaws.services.clouddirectory.model.BatchWriteException
 
withType(BatchWriteExceptionType) - Method in exception com.amazonaws.services.clouddirectory.model.BatchWriteException
 
withType(String) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeDefinition
The type of the attribute.
withType(FacetAttributeType) - Method in class com.amazonaws.services.clouddirectory.model.FacetAttributeDefinition
The type of the attribute.
withType(String) - Method in class com.amazonaws.services.clouddirectory.model.Rule
The type of attribute validation rule.
withType(RuleType) - Method in class com.amazonaws.services.clouddirectory.model.Rule
The type of attribute validation rule.
withType(String) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
The type of the attribute.
withType(FacetAttributeType) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkAttributeDefinition
The type of the attribute.
withTypedLinkFacet(TypedLinkSchemaAndFacetName) - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkRequest
Identifies the typed link facet that is associated with the typed link.
withTypedLinkFacet(TypedLinkSchemaAndFacetName) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLink
Identifies the typed link facet that is associated with the typed link.
withTypedLinkFacet(TypedLinkSchemaAndFacetName) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSpecifier
Identifies the typed link facet that is associated with the typed link.
withTypedLinkName(String) - Method in class com.amazonaws.services.clouddirectory.model.TypedLinkSchemaAndFacetName
The unique name of the typed link facet.
withTypedLinkSpecifier(TypedLinkSpecifier) - Method in class com.amazonaws.services.clouddirectory.model.AttachTypedLinkResult
Returns a typed link specifier as output.
withTypedLinkSpecifier(TypedLinkSpecifier) - Method in class com.amazonaws.services.clouddirectory.model.BatchAttachTypedLinkResponse
Returns a typed link specifier as output.
withTypedLinkSpecifier(TypedLinkSpecifier) - Method in class com.amazonaws.services.clouddirectory.model.BatchDetachTypedLink
Used to accept a typed link specifier as input.
withTypedLinkSpecifier(TypedLinkSpecifier) - Method in class com.amazonaws.services.clouddirectory.model.DetachTypedLinkRequest
Used to accept a typed link specifier as input.
withTypedLinkSpecifiers(TypedLinkSpecifier...) - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinksResponse
Returns a typed link specifier as output.
withTypedLinkSpecifiers(Collection<TypedLinkSpecifier>) - Method in class com.amazonaws.services.clouddirectory.model.BatchListOutgoingTypedLinksResponse
Returns a typed link specifier as output.
withTypedLinkSpecifiers(TypedLinkSpecifier...) - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksResult
Returns a typed link specifier as output.
withTypedLinkSpecifiers(Collection<TypedLinkSpecifier>) - Method in class com.amazonaws.services.clouddirectory.model.ListOutgoingTypedLinksResult
Returns a typed link specifier as output.
withUpdateObjectAttributes(BatchUpdateObjectAttributes) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperation
Updates a given object's attributes.
withUpdateObjectAttributes(BatchUpdateObjectAttributesResponse) - Method in class com.amazonaws.services.clouddirectory.model.BatchWriteOperationResponse
Updates a given object’s attributes.
withUpgradedSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UpgradeAppliedSchemaResult
The ARN of the upgraded schema that is returned as part of the response.
withUpgradedSchemaArn(String) - Method in class com.amazonaws.services.clouddirectory.model.UpgradePublishedSchemaResult
The ARN of the upgraded schema that is returned as part of the response.
withValue(TypedAttributeValue) - Method in class com.amazonaws.services.clouddirectory.model.AttributeKeyAndValue
The value of the attribute.
withValue(TypedAttributeValue) - Method in class com.amazonaws.services.clouddirectory.model.AttributeNameAndValue
The value for the typed link.
withValue(String) - Method in class com.amazonaws.services.clouddirectory.model.Tag
The value that is associated with the tag.
withVersion(String) - Method in class com.amazonaws.services.clouddirectory.model.PublishSchemaRequest
The major version under which the schema will be published.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2018. All rights reserved.