| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
Resource |
Resource.clone() |
Resource |
Resource.withName(String name)
The name of a provisioned resource of this Amazon DataZone environment.
|
Resource |
Resource.withProvider(String provider)
The provider of a provisioned resource of this Amazon DataZone environment.
|
Resource |
Resource.withType(String type)
The type of a provisioned resource of this Amazon DataZone environment.
|
Resource |
Resource.withValue(String value)
The value of a provisioned resource of this Amazon DataZone environment.
|
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
UpdateEnvironmentResult.getProvisionedResources()
The provisioned resources to be updated as part of the
UpdateEnvironment action. |
List<Resource> |
GetEnvironmentResult.getProvisionedResources()
The provisioned resources of this Amazon DataZone environment.
|
List<Resource> |
CreateEnvironmentResult.getProvisionedResources()
The provisioned resources of this Amazon DataZone environment.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withProvisionedResources(Resource... provisionedResources)
The provisioned resources to be updated as part of the
UpdateEnvironment action. |
GetEnvironmentResult |
GetEnvironmentResult.withProvisionedResources(Resource... provisionedResources)
The provisioned resources of this Amazon DataZone environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withProvisionedResources(Resource... provisionedResources)
The provisioned resources of this Amazon DataZone environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateEnvironmentResult.setProvisionedResources(Collection<Resource> provisionedResources)
The provisioned resources to be updated as part of the
UpdateEnvironment action. |
void |
GetEnvironmentResult.setProvisionedResources(Collection<Resource> provisionedResources)
The provisioned resources of this Amazon DataZone environment.
|
void |
CreateEnvironmentResult.setProvisionedResources(Collection<Resource> provisionedResources)
The provisioned resources of this Amazon DataZone environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withProvisionedResources(Collection<Resource> provisionedResources)
The provisioned resources to be updated as part of the
UpdateEnvironment action. |
GetEnvironmentResult |
GetEnvironmentResult.withProvisionedResources(Collection<Resource> provisionedResources)
The provisioned resources of this Amazon DataZone environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withProvisionedResources(Collection<Resource> provisionedResources)
The provisioned resources of this Amazon DataZone environment.
|
Copyright © 2024. All rights reserved.