| 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 |
|---|---|
Future<CreateEnvironmentProfileResult> |
AbstractAmazonDataZoneAsync.createEnvironmentProfileAsync(CreateEnvironmentProfileRequest request,
AsyncHandler<CreateEnvironmentProfileRequest,CreateEnvironmentProfileResult> asyncHandler) |
Future<CreateEnvironmentProfileResult> |
AmazonDataZoneAsync.createEnvironmentProfileAsync(CreateEnvironmentProfileRequest createEnvironmentProfileRequest,
AsyncHandler<CreateEnvironmentProfileRequest,CreateEnvironmentProfileResult> asyncHandler)
Creates an Amazon DataZone environment profile.
|
Future<CreateEnvironmentProfileResult> |
AmazonDataZoneAsyncClient.createEnvironmentProfileAsync(CreateEnvironmentProfileRequest request,
AsyncHandler<CreateEnvironmentProfileRequest,CreateEnvironmentProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentProfileRequest |
CreateEnvironmentProfileRequest.clone() |
CreateEnvironmentProfileRequest |
CreateEnvironmentProfileRequest.withAwsAccountId(String awsAccountId)
The Amazon Web Services account in which the Amazon DataZone environment is created.
|
CreateEnvironmentProfileRequest |
CreateEnvironmentProfileRequest.withAwsAccountRegion(String awsAccountRegion)
The Amazon Web Services region in which this environment profile is created.
|
CreateEnvironmentProfileRequest |
CreateEnvironmentProfileRequest.withDescription(String description)
The description of this Amazon DataZone environment profile.
|
CreateEnvironmentProfileRequest |
CreateEnvironmentProfileRequest.withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this environment profile is created.
|
CreateEnvironmentProfileRequest |
CreateEnvironmentProfileRequest.withEnvironmentBlueprintIdentifier(String environmentBlueprintIdentifier)
The ID of the blueprint with which this environment profile is created.
|
CreateEnvironmentProfileRequest |
CreateEnvironmentProfileRequest.withName(String name)
The name of this Amazon DataZone environment profile.
|
CreateEnvironmentProfileRequest |
CreateEnvironmentProfileRequest.withProjectIdentifier(String projectIdentifier)
The identifier of the project in which to create the environment profile.
|
CreateEnvironmentProfileRequest |
CreateEnvironmentProfileRequest.withUserParameters(Collection<EnvironmentParameter> userParameters)
The user parameters of this Amazon DataZone environment profile.
|
CreateEnvironmentProfileRequest |
CreateEnvironmentProfileRequest.withUserParameters(EnvironmentParameter... userParameters)
The user parameters of this Amazon DataZone environment profile.
|
Copyright © 2024. All rights reserved.