| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
RepositoryDescription |
DeleteRepositoryResponse.repository()
Information about the deleted repository after processing the request.
|
RepositoryDescription |
DescribeRepositoryResponse.repository()
A
RepositoryDescription object that contains the requested repository information. |
RepositoryDescription |
DisassociateExternalConnectionResponse.repository()
The repository associated with the removed external connection.
|
RepositoryDescription |
AssociateExternalConnectionResponse.repository()
Information about the connected repository after processing the request.
|
RepositoryDescription |
CreateRepositoryResponse.repository()
Information about the created repository after processing the request.
|
RepositoryDescription |
UpdateRepositoryResponse.repository()
The updated repository.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteRepositoryResponse.Builder |
DeleteRepositoryResponse.Builder.repository(RepositoryDescription repository)
Information about the deleted repository after processing the request.
|
DescribeRepositoryResponse.Builder |
DescribeRepositoryResponse.Builder.repository(RepositoryDescription repository)
A
RepositoryDescription object that contains the requested repository information. |
DisassociateExternalConnectionResponse.Builder |
DisassociateExternalConnectionResponse.Builder.repository(RepositoryDescription repository)
The repository associated with the removed external connection.
|
AssociateExternalConnectionResponse.Builder |
AssociateExternalConnectionResponse.Builder.repository(RepositoryDescription repository)
Information about the connected repository after processing the request.
|
CreateRepositoryResponse.Builder |
CreateRepositoryResponse.Builder.repository(RepositoryDescription repository)
Information about the created repository after processing the request.
|
UpdateRepositoryResponse.Builder |
UpdateRepositoryResponse.Builder.repository(RepositoryDescription repository)
The updated repository.
|
Copyright © 2023. All rights reserved.