| 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 |
|---|---|
GetSubscriptionTargetResult |
AmazonDataZoneClient.getSubscriptionTarget(GetSubscriptionTargetRequest request)
Gets the subscription target in Amazon DataZone.
|
GetSubscriptionTargetResult |
AmazonDataZone.getSubscriptionTarget(GetSubscriptionTargetRequest getSubscriptionTargetRequest)
Gets the subscription target in Amazon DataZone.
|
GetSubscriptionTargetResult |
AbstractAmazonDataZone.getSubscriptionTarget(GetSubscriptionTargetRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetSubscriptionTargetResult> |
AbstractAmazonDataZoneAsync.getSubscriptionTargetAsync(GetSubscriptionTargetRequest request,
AsyncHandler<GetSubscriptionTargetRequest,GetSubscriptionTargetResult> asyncHandler) |
Future<GetSubscriptionTargetResult> |
AmazonDataZoneAsync.getSubscriptionTargetAsync(GetSubscriptionTargetRequest getSubscriptionTargetRequest,
AsyncHandler<GetSubscriptionTargetRequest,GetSubscriptionTargetResult> asyncHandler)
Gets the subscription target in Amazon DataZone.
|
Future<GetSubscriptionTargetResult> |
AmazonDataZoneAsyncClient.getSubscriptionTargetAsync(GetSubscriptionTargetRequest request,
AsyncHandler<GetSubscriptionTargetRequest,GetSubscriptionTargetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetSubscriptionTargetResult |
GetSubscriptionTargetResult.clone() |
GetSubscriptionTargetResult |
GetSubscriptionTargetResult.withApplicableAssetTypes(Collection<String> applicableAssetTypes)
The asset types associated with the subscription target.
|
GetSubscriptionTargetResult |
GetSubscriptionTargetResult.withApplicableAssetTypes(String... applicableAssetTypes)
The asset types associated with the subscription target.
|
GetSubscriptionTargetResult |
GetSubscriptionTargetResult.withAuthorizedPrincipals(Collection<String> authorizedPrincipals)
The authorized principals of the subscription target.
|
GetSubscriptionTargetResult |
GetSubscriptionTargetResult.withAuthorizedPrincipals(String... authorizedPrincipals)
The authorized principals of the subscription target.
|
GetSubscriptionTargetResult |
GetSubscriptionTargetResult.withCreatedAt(Date createdAt)
The timestamp of when the subscription target was created.
|
GetSubscriptionTargetResult |
GetSubscriptionTargetResult.withCreatedBy(String createdBy)
The Amazon DataZone user who created the subscription target.
|
GetSubscriptionTargetResult |
GetSubscriptionTargetResult.withDomainId(String domainId)
The ID of the Amazon DataZone domain in which the subscription target exists.
|
GetSubscriptionTargetResult |
GetSubscriptionTargetResult.withEnvironmentId(String environmentId)
The ID of the environment associated with the subscription target.
|
GetSubscriptionTargetResult |
GetSubscriptionTargetResult.withId(String id)
The ID of the subscription target.
|
GetSubscriptionTargetResult |
GetSubscriptionTargetResult.withManageAccessRole(String manageAccessRole)
The manage access role with which the subscription target was created.
|
GetSubscriptionTargetResult |
GetSubscriptionTargetResult.withName(String name)
The name of the subscription target.
|
GetSubscriptionTargetResult |
GetSubscriptionTargetResult.withProjectId(String projectId)
The ID of the project associated with the subscription target.
|
GetSubscriptionTargetResult |
GetSubscriptionTargetResult.withProvider(String provider)
The provider of the subscription target.
|
GetSubscriptionTargetResult |
GetSubscriptionTargetResult.withSubscriptionTargetConfig(Collection<SubscriptionTargetForm> subscriptionTargetConfig)
The configuration of teh subscription target.
|
GetSubscriptionTargetResult |
GetSubscriptionTargetResult.withSubscriptionTargetConfig(SubscriptionTargetForm... subscriptionTargetConfig)
The configuration of teh subscription target.
|
GetSubscriptionTargetResult |
GetSubscriptionTargetResult.withType(String type)
The type of the subscription target.
|
GetSubscriptionTargetResult |
GetSubscriptionTargetResult.withUpdatedAt(Date updatedAt)
The timestamp of when the subscription target was updated.
|
GetSubscriptionTargetResult |
GetSubscriptionTargetResult.withUpdatedBy(String updatedBy)
The Amazon DataZone user who updated the subscription target.
|
Copyright © 2023. All rights reserved.