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