| Package | Description |
|---|---|
| com.amazonaws.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceShareAssociation |
ResourceShareAssociation.clone() |
ResourceShareAssociation |
ResourceShareAssociation.withAssociatedEntity(String associatedEntity)
The associated entity.
|
ResourceShareAssociation |
ResourceShareAssociation.withAssociationType(ResourceShareAssociationType associationType)
The type of entity included in this association.
|
ResourceShareAssociation |
ResourceShareAssociation.withAssociationType(String associationType)
The type of entity included in this association.
|
ResourceShareAssociation |
ResourceShareAssociation.withCreationTime(Date creationTime)
The date and time when the association was created.
|
ResourceShareAssociation |
ResourceShareAssociation.withExternal(Boolean external)
Indicates whether the principal belongs to the same organization in Organizations as the Amazon Web Services
account that owns the resource share.
|
ResourceShareAssociation |
ResourceShareAssociation.withLastUpdatedTime(Date lastUpdatedTime)
The date and time when the association was last updated.
|
ResourceShareAssociation |
ResourceShareAssociation.withResourceShareArn(String resourceShareArn)
The Amazon Resoure Name
(ARN) of the resource share.
|
ResourceShareAssociation |
ResourceShareAssociation.withResourceShareName(String resourceShareName)
The name of the resource share.
|
ResourceShareAssociation |
ResourceShareAssociation.withStatus(ResourceShareAssociationStatus status)
The current status of the association.
|
ResourceShareAssociation |
ResourceShareAssociation.withStatus(String status)
The current status of the association.
|
ResourceShareAssociation |
ResourceShareAssociation.withStatusMessage(String statusMessage)
A message about the status of the association.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceShareAssociation> |
GetResourceShareAssociationsResult.getResourceShareAssociations()
An array of objects that contain the details about the associations.
|
List<ResourceShareAssociation> |
AssociateResourceShareResult.getResourceShareAssociations()
An array of objects that contain information about the associations.
|
List<ResourceShareAssociation> |
DisassociateResourceShareResult.getResourceShareAssociations()
An array of objects that contain information about the updated associations for this resource share.
|
List<ResourceShareAssociation> |
ResourceShareInvitation.getResourceShareAssociations()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GetResourceShareAssociationsResult |
GetResourceShareAssociationsResult.withResourceShareAssociations(ResourceShareAssociation... resourceShareAssociations)
An array of objects that contain the details about the associations.
|
AssociateResourceShareResult |
AssociateResourceShareResult.withResourceShareAssociations(ResourceShareAssociation... resourceShareAssociations)
An array of objects that contain information about the associations.
|
DisassociateResourceShareResult |
DisassociateResourceShareResult.withResourceShareAssociations(ResourceShareAssociation... resourceShareAssociations)
An array of objects that contain information about the updated associations for this resource share.
|
ResourceShareInvitation |
ResourceShareInvitation.withResourceShareAssociations(ResourceShareAssociation... resourceShareAssociations)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetResourceShareAssociationsResult.setResourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)
An array of objects that contain the details about the associations.
|
void |
AssociateResourceShareResult.setResourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)
An array of objects that contain information about the associations.
|
void |
DisassociateResourceShareResult.setResourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)
An array of objects that contain information about the updated associations for this resource share.
|
void |
ResourceShareInvitation.setResourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)
Deprecated.
|
GetResourceShareAssociationsResult |
GetResourceShareAssociationsResult.withResourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)
An array of objects that contain the details about the associations.
|
AssociateResourceShareResult |
AssociateResourceShareResult.withResourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)
An array of objects that contain information about the associations.
|
DisassociateResourceShareResult |
DisassociateResourceShareResult.withResourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)
An array of objects that contain information about the updated associations for this resource share.
|
ResourceShareInvitation |
ResourceShareInvitation.withResourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)
Deprecated.
|
Copyright © 2023. All rights reserved.