| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
Grant |
GetGrantResponse.grant()
Grant details.
|
| Modifier and Type | Method and Description |
|---|---|
List<Grant> |
ListDistributedGrantsResponse.grants()
Distributed grant details.
|
List<Grant> |
ListReceivedGrantsResponse.grants()
Received grant details.
|
List<Grant> |
ListReceivedGrantsForOrganizationResponse.grants()
Lists the grants the organization has received.
|
| Modifier and Type | Method and Description |
|---|---|
GetGrantResponse.Builder |
GetGrantResponse.Builder.grant(Grant grant)
Grant details.
|
ListDistributedGrantsResponse.Builder |
ListDistributedGrantsResponse.Builder.grants(Grant... grants)
Distributed grant details.
|
ListReceivedGrantsResponse.Builder |
ListReceivedGrantsResponse.Builder.grants(Grant... grants)
Received grant details.
|
ListReceivedGrantsForOrganizationResponse.Builder |
ListReceivedGrantsForOrganizationResponse.Builder.grants(Grant... grants)
Lists the grants the organization has received.
|
| Modifier and Type | Method and Description |
|---|---|
ListDistributedGrantsResponse.Builder |
ListDistributedGrantsResponse.Builder.grants(Collection<Grant> grants)
Distributed grant details.
|
ListReceivedGrantsResponse.Builder |
ListReceivedGrantsResponse.Builder.grants(Collection<Grant> grants)
Received grant details.
|
ListReceivedGrantsForOrganizationResponse.Builder |
ListReceivedGrantsForOrganizationResponse.Builder.grants(Collection<Grant> grants)
Lists the grants the organization has received.
|
Copyright © 2023. All rights reserved.