Uses of Interface
software.amazon.awssdk.services.glue.model.BatchDeleteConnectionResponse.Builder
-
Packages that use BatchDeleteConnectionResponse.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of BatchDeleteConnectionResponse.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return BatchDeleteConnectionResponse.Builder Modifier and Type Method Description static BatchDeleteConnectionResponse.BuilderBatchDeleteConnectionResponse. builder()BatchDeleteConnectionResponse.BuilderBatchDeleteConnectionResponse.Builder. errors(Map<String,ErrorDetail> errors)A map of the names of connections that were not successfully deleted to error details.BatchDeleteConnectionResponse.BuilderBatchDeleteConnectionResponse.Builder. succeeded(String... succeeded)A list of names of the connection definitions that were successfully deleted.BatchDeleteConnectionResponse.BuilderBatchDeleteConnectionResponse.Builder. succeeded(Collection<String> succeeded)A list of names of the connection definitions that were successfully deleted.BatchDeleteConnectionResponse.BuilderBatchDeleteConnectionResponse. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type BatchDeleteConnectionResponse.Builder Modifier and Type Method Description static Class<? extends BatchDeleteConnectionResponse.Builder>BatchDeleteConnectionResponse. serializableBuilderClass()
-