Uses of Class
software.amazon.awssdk.services.ram.model.ResourceShareAssociation
-
Packages that use ResourceShareAssociation Package Description software.amazon.awssdk.services.ram.model -
-
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 ResourceShareAssociation Modifier and Type Method Description List<ResourceShareAssociation>AssociateResourceShareResponse. resourceShareAssociations()An array of objects that contain information about the associations.List<ResourceShareAssociation>DisassociateResourceShareResponse. resourceShareAssociations()An array of objects with information about the updated associations for this resource share.List<ResourceShareAssociation>GetResourceShareAssociationsResponse. resourceShareAssociations()An array of objects that contain the details about the associations.List<ResourceShareAssociation>ResourceShareInvitation. resourceShareAssociations()Deprecated.This member has been deprecated.Methods in software.amazon.awssdk.services.ram.model with parameters of type ResourceShareAssociation Modifier and Type Method Description AssociateResourceShareResponse.BuilderAssociateResourceShareResponse.Builder. resourceShareAssociations(ResourceShareAssociation... resourceShareAssociations)An array of objects that contain information about the associations.DisassociateResourceShareResponse.BuilderDisassociateResourceShareResponse.Builder. resourceShareAssociations(ResourceShareAssociation... resourceShareAssociations)An array of objects with information about the updated associations for this resource share.GetResourceShareAssociationsResponse.BuilderGetResourceShareAssociationsResponse.Builder. resourceShareAssociations(ResourceShareAssociation... resourceShareAssociations)An array of objects that contain the details about the associations.ResourceShareInvitation.BuilderResourceShareInvitation.Builder. resourceShareAssociations(ResourceShareAssociation... resourceShareAssociations)Deprecated.This member has been deprecated.Method parameters in software.amazon.awssdk.services.ram.model with type arguments of type ResourceShareAssociation Modifier and Type Method Description AssociateResourceShareResponse.BuilderAssociateResourceShareResponse.Builder. resourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)An array of objects that contain information about the associations.DisassociateResourceShareResponse.BuilderDisassociateResourceShareResponse.Builder. resourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)An array of objects with information about the updated associations for this resource share.GetResourceShareAssociationsResponse.BuilderGetResourceShareAssociationsResponse.Builder. resourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)An array of objects that contain the details about the associations.ResourceShareInvitation.BuilderResourceShareInvitation.Builder. resourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)Deprecated.This member has been deprecated.
-