| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceUri |
ResourceUri.clone() |
ResourceUri |
ResourceUri.withResourceType(ResourceType resourceType)
The type of the resource.
|
ResourceUri |
ResourceUri.withResourceType(String resourceType)
The type of the resource.
|
ResourceUri |
ResourceUri.withUri(String uri)
The URI for accessing the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceUri> |
UserDefinedFunctionInput.getResourceUris()
The resource URIs for the function.
|
List<ResourceUri> |
UserDefinedFunction.getResourceUris()
The resource URIs for the function.
|
| Modifier and Type | Method and Description |
|---|---|
UserDefinedFunctionInput |
UserDefinedFunctionInput.withResourceUris(ResourceUri... resourceUris)
The resource URIs for the function.
|
UserDefinedFunction |
UserDefinedFunction.withResourceUris(ResourceUri... resourceUris)
The resource URIs for the function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserDefinedFunctionInput.setResourceUris(Collection<ResourceUri> resourceUris)
The resource URIs for the function.
|
void |
UserDefinedFunction.setResourceUris(Collection<ResourceUri> resourceUris)
The resource URIs for the function.
|
UserDefinedFunctionInput |
UserDefinedFunctionInput.withResourceUris(Collection<ResourceUri> resourceUris)
The resource URIs for the function.
|
UserDefinedFunction |
UserDefinedFunction.withResourceUris(Collection<ResourceUri> resourceUris)
The resource URIs for the function.
|
Copyright © 2024. All rights reserved.