Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateDevEndpointResult> |
AWSGlueAsyncClient.updateDevEndpointAsync(UpdateDevEndpointRequest request,
AsyncHandler<UpdateDevEndpointRequest,UpdateDevEndpointResult> asyncHandler) |
Future<UpdateDevEndpointResult> |
AWSGlueAsync.updateDevEndpointAsync(UpdateDevEndpointRequest updateDevEndpointRequest,
AsyncHandler<UpdateDevEndpointRequest,UpdateDevEndpointResult> asyncHandler)
Updates a specified development endpoint.
|
Future<UpdateDevEndpointResult> |
AbstractAWSGlueAsync.updateDevEndpointAsync(UpdateDevEndpointRequest request,
AsyncHandler<UpdateDevEndpointRequest,UpdateDevEndpointResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateDevEndpointRequest |
UpdateDevEndpointRequest.addAddArgumentsEntry(String key,
String value) |
UpdateDevEndpointRequest |
UpdateDevEndpointRequest.clearAddArgumentsEntries()
Removes all the entries added into AddArguments.
|
UpdateDevEndpointRequest |
UpdateDevEndpointRequest.clone() |
UpdateDevEndpointRequest |
UpdateDevEndpointRequest.withAddArguments(Map<String,String> addArguments)
The map of arguments to add the map of arguments used to configure the
DevEndpoint . |
UpdateDevEndpointRequest |
UpdateDevEndpointRequest.withAddPublicKeys(Collection<String> addPublicKeys)
The list of public keys for the
DevEndpoint to use. |
UpdateDevEndpointRequest |
UpdateDevEndpointRequest.withAddPublicKeys(String... addPublicKeys)
The list of public keys for the
DevEndpoint to use. |
UpdateDevEndpointRequest |
UpdateDevEndpointRequest.withCustomLibraries(DevEndpointCustomLibraries customLibraries)
Custom Python or Java libraries to be loaded in the
DevEndpoint . |
UpdateDevEndpointRequest |
UpdateDevEndpointRequest.withDeleteArguments(Collection<String> deleteArguments)
The list of argument keys to be deleted from the map of arguments used to configure the
DevEndpoint . |
UpdateDevEndpointRequest |
UpdateDevEndpointRequest.withDeleteArguments(String... deleteArguments)
The list of argument keys to be deleted from the map of arguments used to configure the
DevEndpoint . |
UpdateDevEndpointRequest |
UpdateDevEndpointRequest.withDeletePublicKeys(Collection<String> deletePublicKeys)
The list of public keys to be deleted from the
DevEndpoint . |
UpdateDevEndpointRequest |
UpdateDevEndpointRequest.withDeletePublicKeys(String... deletePublicKeys)
The list of public keys to be deleted from the
DevEndpoint . |
UpdateDevEndpointRequest |
UpdateDevEndpointRequest.withEndpointName(String endpointName)
The name of the
DevEndpoint to be updated. |
UpdateDevEndpointRequest |
UpdateDevEndpointRequest.withPublicKey(String publicKey)
The public key for the
DevEndpoint to use. |
UpdateDevEndpointRequest |
UpdateDevEndpointRequest.withUpdateEtlLibraries(Boolean updateEtlLibraries)
True if the list of custom libraries to be loaded in the development endpoint needs to be updated,
or False if otherwise. |
Copyright © 2019. All rights reserved.