| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram |
Use AWS Resource Access Manager to share AWS resources between AWS accounts.
|
| Modifier and Type | Method and Description |
|---|---|
default AssociateResourceShareResponse |
RamClient.associateResourceShare(AssociateResourceShareRequest associateResourceShareRequest)
Associates the specified resource share with the specified principals and resources.
|
default AssociateResourceShareResponse |
RamClient.associateResourceShare(Consumer<AssociateResourceShareRequest.Builder> associateResourceShareRequest)
Associates the specified resource share with the specified principals and resources.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AssociateResourceShareResponse> |
RamAsyncClient.associateResourceShare(AssociateResourceShareRequest associateResourceShareRequest)
Associates the specified resource share with the specified principals and resources.
|
default CompletableFuture<AssociateResourceShareResponse> |
RamAsyncClient.associateResourceShare(Consumer<AssociateResourceShareRequest.Builder> associateResourceShareRequest)
Associates the specified resource share with the specified principals and resources.
|
Copyright © 2021. All rights reserved.