| Package | Description |
|---|---|
| com.amazonaws.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
ReplacePermissionAssociationsWork |
ReplacePermissionAssociationsWork.clone() |
ReplacePermissionAssociationsWork |
ReplacePermissionAssociationsResult.getReplacePermissionAssociationsWork()
Specifies a data structure that you can use to track the asynchronous tasks that RAM performs to complete this
operation.
|
ReplacePermissionAssociationsWork |
ReplacePermissionAssociationsWork.withCreationTime(Date creationTime)
The date and time when this asynchronous background task was created.
|
ReplacePermissionAssociationsWork |
ReplacePermissionAssociationsWork.withFromPermissionArn(String fromPermissionArn)
The Amazon Resource Name
(ARN) of the managed permission that this background task is replacing.
|
ReplacePermissionAssociationsWork |
ReplacePermissionAssociationsWork.withFromPermissionVersion(String fromPermissionVersion)
The version of the managed permission that this background task is replacing.
|
ReplacePermissionAssociationsWork |
ReplacePermissionAssociationsWork.withId(String id)
The unique identifier for the background task associated with one ReplacePermissionAssociations request.
|
ReplacePermissionAssociationsWork |
ReplacePermissionAssociationsWork.withLastUpdatedTime(Date lastUpdatedTime)
The date and time when the status of this background task was last updated.
|
ReplacePermissionAssociationsWork |
ReplacePermissionAssociationsWork.withStatus(ReplacePermissionAssociationsWorkStatus status)
Specifies the current status of the background tasks for the specified ID.
|
ReplacePermissionAssociationsWork |
ReplacePermissionAssociationsWork.withStatus(String status)
Specifies the current status of the background tasks for the specified ID.
|
ReplacePermissionAssociationsWork |
ReplacePermissionAssociationsWork.withStatusMessage(String statusMessage)
Specifies the reason for a
FAILED status. |
ReplacePermissionAssociationsWork |
ReplacePermissionAssociationsWork.withToPermissionArn(String toPermissionArn)
The ARN of the managed permission that this background task is associating with the resource shares in place of
the managed permission and version specified in
fromPermissionArn and
fromPermissionVersion. |
ReplacePermissionAssociationsWork |
ReplacePermissionAssociationsWork.withToPermissionVersion(String toPermissionVersion)
The version of the managed permission that this background task is associating with the resource shares.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReplacePermissionAssociationsWork> |
ListReplacePermissionAssociationsWorkResult.getReplacePermissionAssociationsWorks()
An array of data structures that provide details of the matching work IDs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplacePermissionAssociationsResult.setReplacePermissionAssociationsWork(ReplacePermissionAssociationsWork replacePermissionAssociationsWork)
Specifies a data structure that you can use to track the asynchronous tasks that RAM performs to complete this
operation.
|
ReplacePermissionAssociationsResult |
ReplacePermissionAssociationsResult.withReplacePermissionAssociationsWork(ReplacePermissionAssociationsWork replacePermissionAssociationsWork)
Specifies a data structure that you can use to track the asynchronous tasks that RAM performs to complete this
operation.
|
ListReplacePermissionAssociationsWorkResult |
ListReplacePermissionAssociationsWorkResult.withReplacePermissionAssociationsWorks(ReplacePermissionAssociationsWork... replacePermissionAssociationsWorks)
An array of data structures that provide details of the matching work IDs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListReplacePermissionAssociationsWorkResult.setReplacePermissionAssociationsWorks(Collection<ReplacePermissionAssociationsWork> replacePermissionAssociationsWorks)
An array of data structures that provide details of the matching work IDs.
|
ListReplacePermissionAssociationsWorkResult |
ListReplacePermissionAssociationsWorkResult.withReplacePermissionAssociationsWorks(Collection<ReplacePermissionAssociationsWork> replacePermissionAssociationsWorks)
An array of data structures that provide details of the matching work IDs.
|
Copyright © 2024. All rights reserved.