| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
UsageProfileDefinition |
UsageProfileDefinition.clone() |
UsageProfileDefinition |
UsageProfileDefinition.withCreatedOn(Date createdOn)
The date and time when the usage profile was created.
|
UsageProfileDefinition |
UsageProfileDefinition.withDescription(String description)
A description of the usage profile.
|
UsageProfileDefinition |
UsageProfileDefinition.withLastModifiedOn(Date lastModifiedOn)
The date and time when the usage profile was last modified.
|
UsageProfileDefinition |
UsageProfileDefinition.withName(String name)
The name of the usage profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<UsageProfileDefinition> |
ListUsageProfilesResult.getProfiles()
A list of usage profile (
UsageProfileDefinition) objects. |
| Modifier and Type | Method and Description |
|---|---|
ListUsageProfilesResult |
ListUsageProfilesResult.withProfiles(UsageProfileDefinition... profiles)
A list of usage profile (
UsageProfileDefinition) objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListUsageProfilesResult.setProfiles(Collection<UsageProfileDefinition> profiles)
A list of usage profile (
UsageProfileDefinition) objects. |
ListUsageProfilesResult |
ListUsageProfilesResult.withProfiles(Collection<UsageProfileDefinition> profiles)
A list of usage profile (
UsageProfileDefinition) objects. |
Copyright © 2025. All rights reserved.