| Package | Description |
|---|---|
| com.amazonaws.services.datazone |
Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your
data.
|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
GetEnvironmentProfileResult |
AmazonDataZoneClient.getEnvironmentProfile(GetEnvironmentProfileRequest request)
Gets an evinronment profile in Amazon DataZone.
|
GetEnvironmentProfileResult |
AmazonDataZone.getEnvironmentProfile(GetEnvironmentProfileRequest getEnvironmentProfileRequest)
Gets an evinronment profile in Amazon DataZone.
|
GetEnvironmentProfileResult |
AbstractAmazonDataZone.getEnvironmentProfile(GetEnvironmentProfileRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetEnvironmentProfileResult> |
AbstractAmazonDataZoneAsync.getEnvironmentProfileAsync(GetEnvironmentProfileRequest request,
AsyncHandler<GetEnvironmentProfileRequest,GetEnvironmentProfileResult> asyncHandler) |
Future<GetEnvironmentProfileResult> |
AmazonDataZoneAsync.getEnvironmentProfileAsync(GetEnvironmentProfileRequest getEnvironmentProfileRequest,
AsyncHandler<GetEnvironmentProfileRequest,GetEnvironmentProfileResult> asyncHandler)
Gets an evinronment profile in Amazon DataZone.
|
Future<GetEnvironmentProfileResult> |
AmazonDataZoneAsyncClient.getEnvironmentProfileAsync(GetEnvironmentProfileRequest request,
AsyncHandler<GetEnvironmentProfileRequest,GetEnvironmentProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetEnvironmentProfileResult |
GetEnvironmentProfileResult.clone() |
GetEnvironmentProfileResult |
GetEnvironmentProfileResult.withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account where this environment profile exists.
|
GetEnvironmentProfileResult |
GetEnvironmentProfileResult.withAwsAccountRegion(String awsAccountRegion)
The Amazon Web Services region where this environment profile exists.
|
GetEnvironmentProfileResult |
GetEnvironmentProfileResult.withCreatedAt(Date createdAt)
The timestamp of when this environment profile was created.
|
GetEnvironmentProfileResult |
GetEnvironmentProfileResult.withCreatedBy(String createdBy)
The Amazon DataZone user who created this environment profile.
|
GetEnvironmentProfileResult |
GetEnvironmentProfileResult.withDescription(String description)
The description of the environment profile.
|
GetEnvironmentProfileResult |
GetEnvironmentProfileResult.withDomainId(String domainId)
The ID of the Amazon DataZone domain in which this environment profile exists.
|
GetEnvironmentProfileResult |
GetEnvironmentProfileResult.withEnvironmentBlueprintId(String environmentBlueprintId)
The ID of the blueprint with which this environment profile is created.
|
GetEnvironmentProfileResult |
GetEnvironmentProfileResult.withId(String id)
The ID of the environment profile.
|
GetEnvironmentProfileResult |
GetEnvironmentProfileResult.withName(String name)
The name of the environment profile.
|
GetEnvironmentProfileResult |
GetEnvironmentProfileResult.withProjectId(String projectId)
The ID of the Amazon DataZone project in which this environment profile is created.
|
GetEnvironmentProfileResult |
GetEnvironmentProfileResult.withUpdatedAt(Date updatedAt)
The timestamp of when this environment profile was upated.
|
GetEnvironmentProfileResult |
GetEnvironmentProfileResult.withUserParameters(Collection<CustomParameter> userParameters)
The user parameters of the environment profile.
|
GetEnvironmentProfileResult |
GetEnvironmentProfileResult.withUserParameters(CustomParameter... userParameters)
The user parameters of the environment profile.
|
Copyright © 2024. All rights reserved.