Uses of Class
software.amazon.awssdk.services.ram.model.AssociateResourceShareResponse
-
Packages that use AssociateResourceShareResponse Package Description software.amazon.awssdk.services.ram 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 AssociateResourceShareResponse Modifier and Type Method Description default AssociateResourceShareResponseRamClient. associateResourceShare(Consumer<AssociateResourceShareRequest.Builder> associateResourceShareRequest)Adds the specified list of principals and list of resources to a resource share.default AssociateResourceShareResponseRamClient. associateResourceShare(AssociateResourceShareRequest associateResourceShareRequest)Adds the specified list of principals and list of resources to a resource share.Methods in software.amazon.awssdk.services.ram that return types with arguments of type AssociateResourceShareResponse Modifier and Type Method Description default CompletableFuture<AssociateResourceShareResponse>RamAsyncClient. associateResourceShare(Consumer<AssociateResourceShareRequest.Builder> associateResourceShareRequest)Adds the specified list of principals and list of resources to a resource share.default CompletableFuture<AssociateResourceShareResponse>RamAsyncClient. associateResourceShare(AssociateResourceShareRequest associateResourceShareRequest)Adds the specified list of principals and list of resources to a resource share.
-