| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
static AllowedOperation |
AllowedOperation.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AllowedOperation |
AllowedOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllowedOperation[] |
AllowedOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<AllowedOperation> |
ReceivedMetadata.allowedOperations()
Allowed operations.
|
List<AllowedOperation> |
CreateGrantRequest.allowedOperations()
Allowed operations for the grant.
|
List<AllowedOperation> |
CreateGrantVersionRequest.allowedOperations()
Allowed operations for the grant.
|
List<AllowedOperation> |
Grant.grantedOperations()
Granted operations.
|
static Set<AllowedOperation> |
AllowedOperation.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ReceivedMetadata.Builder |
ReceivedMetadata.Builder.allowedOperations(AllowedOperation... allowedOperations)
Allowed operations.
|
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.allowedOperations(AllowedOperation... allowedOperations)
Allowed operations for the grant.
|
CreateGrantVersionRequest.Builder |
CreateGrantVersionRequest.Builder.allowedOperations(AllowedOperation... allowedOperations)
Allowed operations for the grant.
|
Grant.Builder |
Grant.Builder.grantedOperations(AllowedOperation... grantedOperations)
Granted operations.
|
| Modifier and Type | Method and Description |
|---|---|
ReceivedMetadata.Builder |
ReceivedMetadata.Builder.allowedOperations(Collection<AllowedOperation> allowedOperations)
Allowed operations.
|
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.allowedOperations(Collection<AllowedOperation> allowedOperations)
Allowed operations for the grant.
|
CreateGrantVersionRequest.Builder |
CreateGrantVersionRequest.Builder.allowedOperations(Collection<AllowedOperation> allowedOperations)
Allowed operations for the grant.
|
Grant.Builder |
Grant.Builder.grantedOperations(Collection<AllowedOperation> grantedOperations)
Granted operations.
|
Copyright © 2022. All rights reserved.