| 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 ListPendingInvitationResourcesResponse |
RamClient.listPendingInvitationResources(Consumer<ListPendingInvitationResourcesRequest.Builder> listPendingInvitationResourcesRequest)
Lists the resources in a resource share that is shared with you but that the invitation is still pending for.
|
default ListPendingInvitationResourcesResponse |
RamClient.listPendingInvitationResources(ListPendingInvitationResourcesRequest listPendingInvitationResourcesRequest)
Lists the resources in a resource share that is shared with you but that the invitation is still pending for.
|
default ListPendingInvitationResourcesIterable |
RamClient.listPendingInvitationResourcesPaginator(Consumer<ListPendingInvitationResourcesRequest.Builder> listPendingInvitationResourcesRequest)
Lists the resources in a resource share that is shared with you but that the invitation is still pending for.
|
default ListPendingInvitationResourcesIterable |
RamClient.listPendingInvitationResourcesPaginator(ListPendingInvitationResourcesRequest listPendingInvitationResourcesRequest)
Lists the resources in a resource share that is shared with you but that the invitation is still pending for.
|
default PromoteResourceShareCreatedFromPolicyResponse |
RamClient.promoteResourceShareCreatedFromPolicy(Consumer<PromoteResourceShareCreatedFromPolicyRequest.Builder> promoteResourceShareCreatedFromPolicyRequest)
Resource shares that were created by attaching a policy to a resource are visible only to the resource share
owner, and the resource share cannot be modified in AWS RAM.
|
default PromoteResourceShareCreatedFromPolicyResponse |
RamClient.promoteResourceShareCreatedFromPolicy(PromoteResourceShareCreatedFromPolicyRequest promoteResourceShareCreatedFromPolicyRequest)
Resource shares that were created by attaching a policy to a resource are visible only to the resource share
owner, and the resource share cannot be modified in AWS RAM.
|
default UpdateResourceShareResponse |
RamClient.updateResourceShare(Consumer<UpdateResourceShareRequest.Builder> updateResourceShareRequest)
Updates the specified resource share that you own.
|
default UpdateResourceShareResponse |
RamClient.updateResourceShare(UpdateResourceShareRequest updateResourceShareRequest)
Updates the specified resource share that you own.
|
Copyright © 2021. All rights reserved.