| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceType |
ResourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResourceType |
ServiceQuotaExceededException.resourceType()
The
resourceType of the resource that caused the exception. |
ResourceType |
ResourceNotFoundException.resourceType()
The
resourceType of the resource that caused the exception. |
static ResourceType |
ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ResourceType> |
ResourceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ServiceQuotaExceededException.Builder |
ServiceQuotaExceededException.Builder.resourceType(ResourceType resourceType)
The
resourceType of the resource that caused the exception. |
ResourceNotFoundException.Builder |
ResourceNotFoundException.Builder.resourceType(ResourceType resourceType)
The
resourceType of the resource that caused the exception. |
Copyright © 2023. All rights reserved.