Uses of Interface
software.amazon.awssdk.services.ssm.model.AttachmentInformation.Builder
-
Packages that use AttachmentInformation.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of AttachmentInformation.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return AttachmentInformation.Builder Modifier and Type Method Description static AttachmentInformation.BuilderAttachmentInformation. builder()AttachmentInformation.BuilderAttachmentInformation.Builder. name(String name)The name of the attachment.AttachmentInformation.BuilderAttachmentInformation. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type AttachmentInformation.Builder Modifier and Type Method Description static Class<? extends AttachmentInformation.Builder>AttachmentInformation. serializableBuilderClass()
-