Uses of Class
software.amazon.awssdk.services.ram.model.ResourceShareAssociation
Packages that use ResourceShareAssociation
-
Uses of ResourceShareAssociation in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type ResourceShareAssociationModifier and TypeMethodDescriptionfinal List<ResourceShareAssociation>AssociateResourceShareResponse.resourceShareAssociations()An array of objects that contain information about the associations.final List<ResourceShareAssociation>DisassociateResourceShareResponse.resourceShareAssociations()An array of objects with information about the updated associations for this resource share.final List<ResourceShareAssociation>GetResourceShareAssociationsResponse.resourceShareAssociations()An array of objects that contain the details about the associations.final List<ResourceShareAssociation>ResourceShareInvitation.resourceShareAssociations()Deprecated.This member has been deprecated.Methods in software.amazon.awssdk.services.ram.model with parameters of type ResourceShareAssociationModifier and TypeMethodDescriptionAssociateResourceShareResponse.Builder.resourceShareAssociations(ResourceShareAssociation... resourceShareAssociations) An array of objects that contain information about the associations.DisassociateResourceShareResponse.Builder.resourceShareAssociations(ResourceShareAssociation... resourceShareAssociations) An array of objects with information about the updated associations for this resource share.GetResourceShareAssociationsResponse.Builder.resourceShareAssociations(ResourceShareAssociation... resourceShareAssociations) An array of objects that contain the details about the associations.ResourceShareInvitation.Builder.resourceShareAssociations(ResourceShareAssociation... resourceShareAssociations) Deprecated.This member has been deprecated.Method parameters in software.amazon.awssdk.services.ram.model with type arguments of type ResourceShareAssociationModifier and TypeMethodDescriptionAssociateResourceShareResponse.Builder.resourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations) An array of objects that contain information about the associations.DisassociateResourceShareResponse.Builder.resourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations) An array of objects with information about the updated associations for this resource share.GetResourceShareAssociationsResponse.Builder.resourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations) An array of objects that contain the details about the associations.ResourceShareInvitation.Builder.resourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations) Deprecated.This member has been deprecated.