Uses of Interface
software.amazon.awssdk.services.glue.model.BatchGetDevEndpointsRequest.Builder
-
Packages that use BatchGetDevEndpointsRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of BatchGetDevEndpointsRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type BatchGetDevEndpointsRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchGetDevEndpointsResponse>GlueAsyncClient. batchGetDevEndpoints(Consumer<BatchGetDevEndpointsRequest.Builder> batchGetDevEndpointsRequest)Returns a list of resource metadata for a given list of development endpoint names.default BatchGetDevEndpointsResponseGlueClient. batchGetDevEndpoints(Consumer<BatchGetDevEndpointsRequest.Builder> batchGetDevEndpointsRequest)Returns a list of resource metadata for a given list of development endpoint names. -
Uses of BatchGetDevEndpointsRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return BatchGetDevEndpointsRequest.Builder Modifier and Type Method Description static BatchGetDevEndpointsRequest.BuilderBatchGetDevEndpointsRequest. builder()BatchGetDevEndpointsRequest.BuilderBatchGetDevEndpointsRequest.Builder. devEndpointNames(String... devEndpointNames)The list ofDevEndpointnames, which might be the names returned from theListDevEndpointoperation.BatchGetDevEndpointsRequest.BuilderBatchGetDevEndpointsRequest.Builder. devEndpointNames(Collection<String> devEndpointNames)The list ofDevEndpointnames, which might be the names returned from theListDevEndpointoperation.BatchGetDevEndpointsRequest.BuilderBatchGetDevEndpointsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetDevEndpointsRequest.BuilderBatchGetDevEndpointsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetDevEndpointsRequest.BuilderBatchGetDevEndpointsRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type BatchGetDevEndpointsRequest.Builder Modifier and Type Method Description static Class<? extends BatchGetDevEndpointsRequest.Builder>BatchGetDevEndpointsRequest. serializableBuilderClass()
-