| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceShare |
UpdateResourceShareResponse.resourceShare()
Information about the resource share.
|
ResourceShare |
CreateResourceShareResponse.resourceShare()
An object with information about the new resource share.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceShare> |
GetResourceSharesResponse.resourceShares()
An array of objects that contain the information about the resource shares.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResourceShareResponse.Builder |
UpdateResourceShareResponse.Builder.resourceShare(ResourceShare resourceShare)
Information about the resource share.
|
CreateResourceShareResponse.Builder |
CreateResourceShareResponse.Builder.resourceShare(ResourceShare resourceShare)
An object with information about the new resource share.
|
GetResourceSharesResponse.Builder |
GetResourceSharesResponse.Builder.resourceShares(ResourceShare... resourceShares)
An array of objects that contain the information about the resource shares.
|
| Modifier and Type | Method and Description |
|---|---|
GetResourceSharesResponse.Builder |
GetResourceSharesResponse.Builder.resourceShares(Collection<ResourceShare> resourceShares)
An array of objects that contain the information about the resource shares.
|
Copyright © 2022. All rights reserved.