| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
ResourcePolicy |
ResourcePolicy.clone() |
ResourcePolicy |
PutRepositoryPermissionsPolicyResult.getPolicy()
The resource policy that was set after processing the request.
|
ResourcePolicy |
PutDomainPermissionsPolicyResult.getPolicy()
The resource policy that was set after processing the request.
|
ResourcePolicy |
GetRepositoryPermissionsPolicyResult.getPolicy()
The returned resource policy.
|
ResourcePolicy |
GetDomainPermissionsPolicyResult.getPolicy()
The returned resource policy.
|
ResourcePolicy |
DeleteRepositoryPermissionsPolicyResult.getPolicy()
Information about the deleted policy after processing the request.
|
ResourcePolicy |
DeleteDomainPermissionsPolicyResult.getPolicy()
Information about the deleted resource policy after processing the request.
|
ResourcePolicy |
ResourcePolicy.withDocument(String document)
The resource policy formatted in JSON.
|
ResourcePolicy |
ResourcePolicy.withResourceArn(String resourceArn)
The ARN of the resource associated with the resource policy
|
ResourcePolicy |
ResourcePolicy.withRevision(String revision)
The current revision of the resource policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutRepositoryPermissionsPolicyResult.setPolicy(ResourcePolicy policy)
The resource policy that was set after processing the request.
|
void |
PutDomainPermissionsPolicyResult.setPolicy(ResourcePolicy policy)
The resource policy that was set after processing the request.
|
void |
GetRepositoryPermissionsPolicyResult.setPolicy(ResourcePolicy policy)
The returned resource policy.
|
void |
GetDomainPermissionsPolicyResult.setPolicy(ResourcePolicy policy)
The returned resource policy.
|
void |
DeleteRepositoryPermissionsPolicyResult.setPolicy(ResourcePolicy policy)
Information about the deleted policy after processing the request.
|
void |
DeleteDomainPermissionsPolicyResult.setPolicy(ResourcePolicy policy)
Information about the deleted resource policy after processing the request.
|
PutRepositoryPermissionsPolicyResult |
PutRepositoryPermissionsPolicyResult.withPolicy(ResourcePolicy policy)
The resource policy that was set after processing the request.
|
PutDomainPermissionsPolicyResult |
PutDomainPermissionsPolicyResult.withPolicy(ResourcePolicy policy)
The resource policy that was set after processing the request.
|
GetRepositoryPermissionsPolicyResult |
GetRepositoryPermissionsPolicyResult.withPolicy(ResourcePolicy policy)
The returned resource policy.
|
GetDomainPermissionsPolicyResult |
GetDomainPermissionsPolicyResult.withPolicy(ResourcePolicy policy)
The returned resource policy.
|
DeleteRepositoryPermissionsPolicyResult |
DeleteRepositoryPermissionsPolicyResult.withPolicy(ResourcePolicy policy)
Information about the deleted policy after processing the request.
|
DeleteDomainPermissionsPolicyResult |
DeleteDomainPermissionsPolicyResult.withPolicy(ResourcePolicy policy)
Information about the deleted resource policy after processing the request.
|
Copyright © 2023. All rights reserved.