| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceShareAssociation> |
DisassociateResourceShareResponse.resourceShareAssociations()
An array of objects with information about the updated associations for this resource share.
|
List<ResourceShareAssociation> |
ResourceShareInvitation.resourceShareAssociations()
Deprecated.
This member has been deprecated. Use ListPendingInvitationResources.
|
List<ResourceShareAssociation> |
GetResourceShareAssociationsResponse.resourceShareAssociations()
An array of objects that contain the details about the associations.
|
List<ResourceShareAssociation> |
AssociateResourceShareResponse.resourceShareAssociations()
An array of objects that contain information about the associations.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateResourceShareResponse.Builder |
DisassociateResourceShareResponse.Builder.resourceShareAssociations(ResourceShareAssociation... resourceShareAssociations)
An array of objects with information about the updated associations for this resource share.
|
ResourceShareInvitation.Builder |
ResourceShareInvitation.Builder.resourceShareAssociations(ResourceShareAssociation... resourceShareAssociations)
Deprecated.
This member has been deprecated. Use ListPendingInvitationResources.
|
GetResourceShareAssociationsResponse.Builder |
GetResourceShareAssociationsResponse.Builder.resourceShareAssociations(ResourceShareAssociation... resourceShareAssociations)
An array of objects that contain the details about the associations.
|
AssociateResourceShareResponse.Builder |
AssociateResourceShareResponse.Builder.resourceShareAssociations(ResourceShareAssociation... resourceShareAssociations)
An array of objects that contain information about the associations.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateResourceShareResponse.Builder |
DisassociateResourceShareResponse.Builder.resourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)
An array of objects with information about the updated associations for this resource share.
|
ResourceShareInvitation.Builder |
ResourceShareInvitation.Builder.resourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)
Deprecated.
This member has been deprecated. Use ListPendingInvitationResources.
|
GetResourceShareAssociationsResponse.Builder |
GetResourceShareAssociationsResponse.Builder.resourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)
An array of objects that contain the details about the associations.
|
AssociateResourceShareResponse.Builder |
AssociateResourceShareResponse.Builder.resourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)
An array of objects that contain information about the associations.
|
Copyright © 2023. All rights reserved.