| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceShareType |
ResourceShareType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResourceShareType |
GetDatabasesRequest.resourceShareType()
Allows you to specify that you want to list the databases shared with your account.
|
ResourceShareType |
SearchTablesRequest.resourceShareType()
Allows you to specify that you want to search the tables shared with your account.
|
static ResourceShareType |
ResourceShareType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceShareType[] |
ResourceShareType.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<ResourceShareType> |
ResourceShareType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetDatabasesRequest.Builder |
GetDatabasesRequest.Builder.resourceShareType(ResourceShareType resourceShareType)
Allows you to specify that you want to list the databases shared with your account.
|
SearchTablesRequest.Builder |
SearchTablesRequest.Builder.resourceShareType(ResourceShareType resourceShareType)
Allows you to specify that you want to search the tables shared with your account.
|
Copyright © 2023. All rights reserved.