| 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 |
|---|---|
CreateEnvironmentProfileResult |
AbstractAmazonDataZone.createEnvironmentProfile(CreateEnvironmentProfileRequest request) |
CreateEnvironmentProfileResult |
AmazonDataZoneClient.createEnvironmentProfile(CreateEnvironmentProfileRequest request)
Creates an Amazon DataZone environment profile.
|
CreateEnvironmentProfileResult |
AmazonDataZone.createEnvironmentProfile(CreateEnvironmentProfileRequest createEnvironmentProfileRequest)
Creates an Amazon DataZone environment profile.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEnvironmentProfileResult> |
AbstractAmazonDataZoneAsync.createEnvironmentProfileAsync(CreateEnvironmentProfileRequest request,
AsyncHandler<CreateEnvironmentProfileRequest,CreateEnvironmentProfileResult> asyncHandler) |
Future<CreateEnvironmentProfileResult> |
AmazonDataZoneAsyncClient.createEnvironmentProfileAsync(CreateEnvironmentProfileRequest request,
AsyncHandler<CreateEnvironmentProfileRequest,CreateEnvironmentProfileResult> asyncHandler) |
Future<CreateEnvironmentProfileResult> |
AmazonDataZoneAsync.createEnvironmentProfileAsync(CreateEnvironmentProfileRequest createEnvironmentProfileRequest,
AsyncHandler<CreateEnvironmentProfileRequest,CreateEnvironmentProfileResult> asyncHandler)
Creates an Amazon DataZone environment profile.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentProfileResult |
CreateEnvironmentProfileResult.clone() |
CreateEnvironmentProfileResult |
CreateEnvironmentProfileResult.withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID in which this Amazon DataZone environment profile is created.
|
CreateEnvironmentProfileResult |
CreateEnvironmentProfileResult.withAwsAccountRegion(String awsAccountRegion)
The Amazon Web Services region in which this Amazon DataZone environment profile is created.
|
CreateEnvironmentProfileResult |
CreateEnvironmentProfileResult.withCreatedAt(Date createdAt)
The timestamp of when this environment profile was created.
|
CreateEnvironmentProfileResult |
CreateEnvironmentProfileResult.withCreatedBy(String createdBy)
The Amazon DataZone user who created this environment profile.
|
CreateEnvironmentProfileResult |
CreateEnvironmentProfileResult.withDescription(String description)
The description of this Amazon DataZone environment profile.
|
CreateEnvironmentProfileResult |
CreateEnvironmentProfileResult.withDomainId(String domainId)
The ID of the Amazon DataZone domain in which this environment profile is created.
|
CreateEnvironmentProfileResult |
CreateEnvironmentProfileResult.withEnvironmentBlueprintId(String environmentBlueprintId)
The ID of the blueprint with which this environment profile is created.
|
CreateEnvironmentProfileResult |
CreateEnvironmentProfileResult.withId(String id)
The ID of this Amazon DataZone environment profile.
|
CreateEnvironmentProfileResult |
CreateEnvironmentProfileResult.withName(String name)
The name of this Amazon DataZone environment profile.
|
CreateEnvironmentProfileResult |
CreateEnvironmentProfileResult.withProjectId(String projectId)
The ID of the Amazon DataZone project in which this environment profile is created.
|
CreateEnvironmentProfileResult |
CreateEnvironmentProfileResult.withUpdatedAt(Date updatedAt)
The timestamp of when this environment profile was updated.
|
CreateEnvironmentProfileResult |
CreateEnvironmentProfileResult.withUserParameters(Collection<CustomParameter> userParameters)
The user parameters of this Amazon DataZone environment profile.
|
CreateEnvironmentProfileResult |
CreateEnvironmentProfileResult.withUserParameters(CustomParameter... userParameters)
The user parameters of this Amazon DataZone environment profile.
|
Copyright © 2024. All rights reserved.