Uses of Class
software.amazon.awssdk.services.ram.model.AssociateResourceShareRequest
-
Packages that use AssociateResourceShareRequest Package Description software.amazon.awssdk.services.ram This is the Resource Access Manager API Reference.software.amazon.awssdk.services.ram.transform -
-
Uses of AssociateResourceShareRequest in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram with parameters of type AssociateResourceShareRequest Modifier and Type Method Description default CompletableFuture<AssociateResourceShareResponse>RamAsyncClient. associateResourceShare(AssociateResourceShareRequest 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. -
Uses of AssociateResourceShareRequest in software.amazon.awssdk.services.ram.transform
Methods in software.amazon.awssdk.services.ram.transform with parameters of type AssociateResourceShareRequest Modifier and Type Method Description SdkHttpFullRequestAssociateResourceShareRequestMarshaller. marshall(AssociateResourceShareRequest associateResourceShareRequest)
-