Package | Description |
---|---|
com.amazonaws.services.lakeformation.model |
Modifier and Type | Method and Description |
---|---|
ResourceInfo |
ResourceInfo.clone() |
ResourceInfo |
DescribeResourceResult.getResourceInfo()
A structure containing information about an Lake Formation resource.
|
ResourceInfo |
ResourceInfo.withLastModified(Date lastModified)
The date and time the resource was last modified.
|
ResourceInfo |
ResourceInfo.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
|
ResourceInfo |
ResourceInfo.withRoleArn(String roleArn)
The IAM role that registered a resource.
|
ResourceInfo |
ResourceInfo.withWithFederation(Boolean withFederation)
Whether or not the resource is a federated resource.
|
Modifier and Type | Method and Description |
---|---|
List<ResourceInfo> |
ListResourcesResult.getResourceInfoList()
A summary of the data lake resources.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeResourceResult.setResourceInfo(ResourceInfo resourceInfo)
A structure containing information about an Lake Formation resource.
|
DescribeResourceResult |
DescribeResourceResult.withResourceInfo(ResourceInfo resourceInfo)
A structure containing information about an Lake Formation resource.
|
ListResourcesResult |
ListResourcesResult.withResourceInfoList(ResourceInfo... resourceInfoList)
A summary of the data lake resources.
|
Modifier and Type | Method and Description |
---|---|
void |
ListResourcesResult.setResourceInfoList(Collection<ResourceInfo> resourceInfoList)
A summary of the data lake resources.
|
ListResourcesResult |
ListResourcesResult.withResourceInfoList(Collection<ResourceInfo> resourceInfoList)
A summary of the data lake resources.
|
Copyright © 2023. All rights reserved.