Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
RegistryListItem |
RegistryListItem.clone() |
RegistryListItem |
RegistryListItem.withCreatedTime(String createdTime)
The data the registry was created.
|
RegistryListItem |
RegistryListItem.withDescription(String description)
A description of the registry.
|
RegistryListItem |
RegistryListItem.withRegistryArn(String registryArn)
The Amazon Resource Name (ARN) of the registry.
|
RegistryListItem |
RegistryListItem.withRegistryName(String registryName)
The name of the registry.
|
RegistryListItem |
RegistryListItem.withStatus(RegistryStatus status)
The status of the registry.
|
RegistryListItem |
RegistryListItem.withStatus(String status)
The status of the registry.
|
RegistryListItem |
RegistryListItem.withUpdatedTime(String updatedTime)
The date the registry was updated.
|
Modifier and Type | Method and Description |
---|---|
List<RegistryListItem> |
ListRegistriesResult.getRegistries()
An array of
RegistryDetailedListItem objects containing minimal details of each registry. |
Modifier and Type | Method and Description |
---|---|
ListRegistriesResult |
ListRegistriesResult.withRegistries(RegistryListItem... registries)
An array of
RegistryDetailedListItem objects containing minimal details of each registry. |
Modifier and Type | Method and Description |
---|---|
void |
ListRegistriesResult.setRegistries(Collection<RegistryListItem> registries)
An array of
RegistryDetailedListItem objects containing minimal details of each registry. |
ListRegistriesResult |
ListRegistriesResult.withRegistries(Collection<RegistryListItem> registries)
An array of
RegistryDetailedListItem objects containing minimal details of each registry. |
Copyright © 2023. All rights reserved.