Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
DevEndpointCustomLibraries |
DevEndpointCustomLibraries.clone() |
DevEndpointCustomLibraries |
UpdateDevEndpointRequest.getCustomLibraries()
Custom Python or Java libraries to be loaded in the DevEndpoint.
|
DevEndpointCustomLibraries |
DevEndpointCustomLibraries.withExtraJarsS3Path(String extraJarsS3Path)
Path to one or more Java Jars in an S3 bucket that should be loaded in your DevEndpoint.
|
DevEndpointCustomLibraries |
DevEndpointCustomLibraries.withExtraPythonLibsS3Path(String extraPythonLibsS3Path)
Path(s) to one or more Python libraries in an S3 bucket that should be loaded in your DevEndpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateDevEndpointRequest.setCustomLibraries(DevEndpointCustomLibraries customLibraries)
Custom Python or Java libraries to be loaded in the DevEndpoint.
|
UpdateDevEndpointRequest |
UpdateDevEndpointRequest.withCustomLibraries(DevEndpointCustomLibraries customLibraries)
Custom Python or Java libraries to be loaded in the DevEndpoint.
|
Copyright © 2019. All rights reserved.