| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
Grant |
Grant.clone() |
Grant |
GetGrantResult.getGrant()
Grant details.
|
Grant |
Grant.withGrantArn(String grantArn)
Amazon Resource Name (ARN) of the grant.
|
Grant |
Grant.withGrantedOperations(AllowedOperation... grantedOperations)
Granted operations.
|
Grant |
Grant.withGrantedOperations(Collection<String> grantedOperations)
Granted operations.
|
Grant |
Grant.withGrantedOperations(String... grantedOperations)
Granted operations.
|
Grant |
Grant.withGranteePrincipalArn(String granteePrincipalArn)
The grantee principal ARN.
|
Grant |
Grant.withGrantName(String grantName)
Grant name.
|
Grant |
Grant.withGrantStatus(GrantStatus grantStatus)
Grant status.
|
Grant |
Grant.withGrantStatus(String grantStatus)
Grant status.
|
Grant |
Grant.withHomeRegion(String homeRegion)
Home Region of the grant.
|
Grant |
Grant.withLicenseArn(String licenseArn)
License ARN.
|
Grant |
Grant.withParentArn(String parentArn)
Parent ARN.
|
Grant |
Grant.withStatusReason(String statusReason)
Grant status reason.
|
Grant |
Grant.withVersion(String version)
Grant version.
|
| Modifier and Type | Method and Description |
|---|---|
List<Grant> |
ListReceivedGrantsForOrganizationResult.getGrants()
Lists the grants the organization has received.
|
List<Grant> |
ListDistributedGrantsResult.getGrants()
Distributed grant details.
|
List<Grant> |
ListReceivedGrantsResult.getGrants()
Received grant details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetGrantResult.setGrant(Grant grant)
Grant details.
|
GetGrantResult |
GetGrantResult.withGrant(Grant grant)
Grant details.
|
ListReceivedGrantsForOrganizationResult |
ListReceivedGrantsForOrganizationResult.withGrants(Grant... grants)
Lists the grants the organization has received.
|
ListDistributedGrantsResult |
ListDistributedGrantsResult.withGrants(Grant... grants)
Distributed grant details.
|
ListReceivedGrantsResult |
ListReceivedGrantsResult.withGrants(Grant... grants)
Received grant details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListReceivedGrantsForOrganizationResult.setGrants(Collection<Grant> grants)
Lists the grants the organization has received.
|
void |
ListDistributedGrantsResult.setGrants(Collection<Grant> grants)
Distributed grant details.
|
void |
ListReceivedGrantsResult.setGrants(Collection<Grant> grants)
Received grant details.
|
ListReceivedGrantsForOrganizationResult |
ListReceivedGrantsForOrganizationResult.withGrants(Collection<Grant> grants)
Lists the grants the organization has received.
|
ListDistributedGrantsResult |
ListDistributedGrantsResult.withGrants(Collection<Grant> grants)
Distributed grant details.
|
ListReceivedGrantsResult |
ListReceivedGrantsResult.withGrants(Collection<Grant> grants)
Received grant details.
|
Copyright © 2023. All rights reserved.