| 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<DisassociateEnvironmentRoleResult> |
AbstractAmazonDataZoneAsync.disassociateEnvironmentRoleAsync(DisassociateEnvironmentRoleRequest request,
AsyncHandler<DisassociateEnvironmentRoleRequest,DisassociateEnvironmentRoleResult> asyncHandler) |
Future<DisassociateEnvironmentRoleResult> |
AmazonDataZoneAsyncClient.disassociateEnvironmentRoleAsync(DisassociateEnvironmentRoleRequest request,
AsyncHandler<DisassociateEnvironmentRoleRequest,DisassociateEnvironmentRoleResult> asyncHandler) |
Future<DisassociateEnvironmentRoleResult> |
AmazonDataZoneAsync.disassociateEnvironmentRoleAsync(DisassociateEnvironmentRoleRequest disassociateEnvironmentRoleRequest,
AsyncHandler<DisassociateEnvironmentRoleRequest,DisassociateEnvironmentRoleResult> asyncHandler)
Disassociates the environment role in Amazon DataZone.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateEnvironmentRoleRequest |
DisassociateEnvironmentRoleRequest.clone() |
DisassociateEnvironmentRoleRequest |
DisassociateEnvironmentRoleRequest.withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which an environment role is disassociated.
|
DisassociateEnvironmentRoleRequest |
DisassociateEnvironmentRoleRequest.withEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment.
|
DisassociateEnvironmentRoleRequest |
DisassociateEnvironmentRoleRequest.withEnvironmentRoleArn(String environmentRoleArn)
The ARN of the environment role.
|
Copyright © 2024. All rights reserved.