Uses of Class
software.amazon.awssdk.services.glue.model.DevEndpoint
-
Packages that use DevEndpoint Package Description software.amazon.awssdk.services.glue.model -
-
Uses of DevEndpoint in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return DevEndpoint Modifier and Type Method Description DevEndpointGetDevEndpointResponse. devEndpoint()ADevEndpointdefinition.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type DevEndpoint Modifier and Type Method Description List<DevEndpoint>BatchGetDevEndpointsResponse. devEndpoints()A list ofDevEndpointdefinitions.List<DevEndpoint>GetDevEndpointsResponse. devEndpoints()A list ofDevEndpointdefinitions.Methods in software.amazon.awssdk.services.glue.model with parameters of type DevEndpoint Modifier and Type Method Description GetDevEndpointResponse.BuilderGetDevEndpointResponse.Builder. devEndpoint(DevEndpoint devEndpoint)ADevEndpointdefinition.BatchGetDevEndpointsResponse.BuilderBatchGetDevEndpointsResponse.Builder. devEndpoints(DevEndpoint... devEndpoints)A list ofDevEndpointdefinitions.GetDevEndpointsResponse.BuilderGetDevEndpointsResponse.Builder. devEndpoints(DevEndpoint... devEndpoints)A list ofDevEndpointdefinitions.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type DevEndpoint Modifier and Type Method Description BatchGetDevEndpointsResponse.BuilderBatchGetDevEndpointsResponse.Builder. devEndpoints(Collection<DevEndpoint> devEndpoints)A list ofDevEndpointdefinitions.GetDevEndpointsResponse.BuilderGetDevEndpointsResponse.Builder. devEndpoints(Collection<DevEndpoint> devEndpoints)A list ofDevEndpointdefinitions.
-