Uses of Interface
software.amazon.awssdk.services.networkmanager.model.AcceptAttachmentResponse.Builder
-
Packages that use AcceptAttachmentResponse.Builder Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of AcceptAttachmentResponse.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return AcceptAttachmentResponse.Builder Modifier and Type Method Description default AcceptAttachmentResponse.BuilderAcceptAttachmentResponse.Builder. attachment(Consumer<Attachment.Builder> attachment)The response to the attachment request.AcceptAttachmentResponse.BuilderAcceptAttachmentResponse.Builder. attachment(Attachment attachment)The response to the attachment request.static AcceptAttachmentResponse.BuilderAcceptAttachmentResponse. builder()AcceptAttachmentResponse.BuilderAcceptAttachmentResponse. toBuilder()Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type AcceptAttachmentResponse.Builder Modifier and Type Method Description static Class<? extends AcceptAttachmentResponse.Builder>AcceptAttachmentResponse. serializableBuilderClass()
-