| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew |
Glue DataBrew is a visual, cloud-scale data-preparation service.
|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectResult |
AWSGlueDataBrewClient.describeProject(DescribeProjectRequest request)
Returns the definition of a specific DataBrew project.
|
DescribeProjectResult |
AbstractAWSGlueDataBrew.describeProject(DescribeProjectRequest request) |
DescribeProjectResult |
AWSGlueDataBrew.describeProject(DescribeProjectRequest describeProjectRequest)
Returns the definition of a specific DataBrew project.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeProjectResult> |
AWSGlueDataBrewAsyncClient.describeProjectAsync(DescribeProjectRequest request,
AsyncHandler<DescribeProjectRequest,DescribeProjectResult> asyncHandler) |
Future<DescribeProjectResult> |
AWSGlueDataBrewAsync.describeProjectAsync(DescribeProjectRequest describeProjectRequest,
AsyncHandler<DescribeProjectRequest,DescribeProjectResult> asyncHandler)
Returns the definition of a specific DataBrew project.
|
Future<DescribeProjectResult> |
AbstractAWSGlueDataBrewAsync.describeProjectAsync(DescribeProjectRequest request,
AsyncHandler<DescribeProjectRequest,DescribeProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectResult |
DescribeProjectResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeProjectResult |
DescribeProjectResult.clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeProjectResult |
DescribeProjectResult.clone() |
DescribeProjectResult |
DescribeProjectResult.withCreateDate(Date createDate)
The date and time that the project was created.
|
DescribeProjectResult |
DescribeProjectResult.withCreatedBy(String createdBy)
The identifier (user name) of the user who created the project.
|
DescribeProjectResult |
DescribeProjectResult.withDatasetName(String datasetName)
The dataset associated with the project.
|
DescribeProjectResult |
DescribeProjectResult.withLastModifiedBy(String lastModifiedBy)
The identifier (user name) of the user who last modified the project.
|
DescribeProjectResult |
DescribeProjectResult.withLastModifiedDate(Date lastModifiedDate)
The date and time that the project was last modified.
|
DescribeProjectResult |
DescribeProjectResult.withName(String name)
The name of the project.
|
DescribeProjectResult |
DescribeProjectResult.withOpenDate(Date openDate)
The date and time when the project was opened.
|
DescribeProjectResult |
DescribeProjectResult.withOpenedBy(String openedBy)
The identifier (user name) of the user that opened the project for use.
|
DescribeProjectResult |
DescribeProjectResult.withRecipeName(String recipeName)
The recipe associated with this job.
|
DescribeProjectResult |
DescribeProjectResult.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the project.
|
DescribeProjectResult |
DescribeProjectResult.withRoleArn(String roleArn)
The ARN of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
|
DescribeProjectResult |
DescribeProjectResult.withSample(Sample sample) |
DescribeProjectResult |
DescribeProjectResult.withSessionStatus(SessionStatus sessionStatus)
Describes the current state of the session:
|
DescribeProjectResult |
DescribeProjectResult.withSessionStatus(String sessionStatus)
Describes the current state of the session:
|
DescribeProjectResult |
DescribeProjectResult.withTags(Map<String,String> tags)
Metadata tags associated with this project.
|
Copyright © 2024. All rights reserved.