| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchDeleteConnectionResponse.Builder |
BatchDeleteConnectionResponse.builder() |
BatchDeleteConnectionResponse.Builder |
BatchDeleteConnectionResponse.Builder.errors(Map<String,ErrorDetail> errors)
A map of the names of connections that were not successfully deleted to error details.
|
BatchDeleteConnectionResponse.Builder |
BatchDeleteConnectionResponse.Builder.succeeded(Collection<String> succeeded)
A list of names of the connection definitions that were successfully deleted.
|
BatchDeleteConnectionResponse.Builder |
BatchDeleteConnectionResponse.Builder.succeeded(String... succeeded)
A list of names of the connection definitions that were successfully deleted.
|
BatchDeleteConnectionResponse.Builder |
BatchDeleteConnectionResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDeleteConnectionResponse.Builder> |
BatchDeleteConnectionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.