Uses of Class
software.amazon.awssdk.services.ram.model.AssociateResourceShareResponse
Packages that use AssociateResourceShareResponse
Package
Description
This is the Resource Access Manager API Reference.
-
Uses of AssociateResourceShareResponse in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram that return AssociateResourceShareResponseModifier and TypeMethodDescriptiondefault AssociateResourceShareResponseRamClient.associateResourceShare(Consumer<AssociateResourceShareRequest.Builder> associateResourceShareRequest) Adds the specified list of principals, resources, and source constraints to a resource share.default AssociateResourceShareResponseRamClient.associateResourceShare(AssociateResourceShareRequest associateResourceShareRequest) Adds the specified list of principals, resources, and source constraints to a resource share.Methods in software.amazon.awssdk.services.ram that return types with arguments of type AssociateResourceShareResponseModifier and TypeMethodDescriptionRamAsyncClient.associateResourceShare(Consumer<AssociateResourceShareRequest.Builder> associateResourceShareRequest) Adds the specified list of principals, resources, and source constraints to a resource share.RamAsyncClient.associateResourceShare(AssociateResourceShareRequest associateResourceShareRequest) Adds the specified list of principals, resources, and source constraints to a resource share.