| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
DomainDescription |
DomainDescription.clone() |
DomainDescription |
DeleteDomainResult.getDomain()
Contains information about the deleted domain after processing the request.
|
DomainDescription |
CreateDomainResult.getDomain()
Contains information about the created domain after processing the request.
|
DomainDescription |
DescribeDomainResult.getDomain() |
DomainDescription |
DomainDescription.withArn(String arn)
The Amazon Resource Name (ARN) of the domain.
|
DomainDescription |
DomainDescription.withAssetSizeBytes(Long assetSizeBytes)
The total size of all assets in the domain.
|
DomainDescription |
DomainDescription.withCreatedTime(Date createdTime)
A timestamp that represents the date and time the domain was created.
|
DomainDescription |
DomainDescription.withEncryptionKey(String encryptionKey)
The ARN of an Key Management Service (KMS) key associated with a domain.
|
DomainDescription |
DomainDescription.withName(String name)
The name of the domain.
|
DomainDescription |
DomainDescription.withOwner(String owner)
The Amazon Web Services account ID that owns the domain.
|
DomainDescription |
DomainDescription.withRepositoryCount(Integer repositoryCount)
The number of repositories in the domain.
|
DomainDescription |
DomainDescription.withS3BucketArn(String s3BucketArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket that is used to store package assets in the domain.
|
DomainDescription |
DomainDescription.withStatus(DomainStatus status)
The current status of a domain.
|
DomainDescription |
DomainDescription.withStatus(String status)
The current status of a domain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteDomainResult.setDomain(DomainDescription domain)
Contains information about the deleted domain after processing the request.
|
void |
CreateDomainResult.setDomain(DomainDescription domain)
Contains information about the created domain after processing the request.
|
void |
DescribeDomainResult.setDomain(DomainDescription domain) |
DeleteDomainResult |
DeleteDomainResult.withDomain(DomainDescription domain)
Contains information about the deleted domain after processing the request.
|
CreateDomainResult |
CreateDomainResult.withDomain(DomainDescription domain)
Contains information about the created domain after processing the request.
|
DescribeDomainResult |
DescribeDomainResult.withDomain(DomainDescription domain) |
Copyright © 2024. All rights reserved.