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)
The path to one or more Java
.jar files in an S3 bucket that should be loaded in your
DevEndpoint . |
DevEndpointCustomLibraries |
DevEndpointCustomLibraries.withExtraPythonLibsS3Path(String extraPythonLibsS3Path)
The paths to one or more Python libraries in an Amazon Simple Storage Service (Amazon 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 © 2022. All rights reserved.