Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.Attachment
-
Packages that use Attachment Package Description software.amazon.awssdk.services.globalaccelerator.model software.amazon.awssdk.services.globalaccelerator.paginators -
-
Uses of Attachment in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return Attachment Modifier and Type Method Description AttachmentCreateCrossAccountAttachmentResponse. crossAccountAttachment()Information about the cross-account attachment.AttachmentDescribeCrossAccountAttachmentResponse. crossAccountAttachment()Information about the cross-account attachment.AttachmentUpdateCrossAccountAttachmentResponse. crossAccountAttachment()Information about the updated cross-account attachment.Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>ListCrossAccountAttachmentsResponse. crossAccountAttachments()Information about the cross-account attachments.Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type Attachment Modifier and Type Method Description CreateCrossAccountAttachmentResponse.BuilderCreateCrossAccountAttachmentResponse.Builder. crossAccountAttachment(Attachment crossAccountAttachment)Information about the cross-account attachment.DescribeCrossAccountAttachmentResponse.BuilderDescribeCrossAccountAttachmentResponse.Builder. crossAccountAttachment(Attachment crossAccountAttachment)Information about the cross-account attachment.UpdateCrossAccountAttachmentResponse.BuilderUpdateCrossAccountAttachmentResponse.Builder. crossAccountAttachment(Attachment crossAccountAttachment)Information about the updated cross-account attachment.ListCrossAccountAttachmentsResponse.BuilderListCrossAccountAttachmentsResponse.Builder. crossAccountAttachments(Attachment... crossAccountAttachments)Information about the cross-account attachments.Method parameters in software.amazon.awssdk.services.globalaccelerator.model with type arguments of type Attachment Modifier and Type Method Description ListCrossAccountAttachmentsResponse.BuilderListCrossAccountAttachmentsResponse.Builder. crossAccountAttachments(Collection<Attachment> crossAccountAttachments)Information about the cross-account attachments. -
Uses of Attachment in software.amazon.awssdk.services.globalaccelerator.paginators
Methods in software.amazon.awssdk.services.globalaccelerator.paginators that return types with arguments of type Attachment Modifier and Type Method Description SdkIterable<Attachment>ListCrossAccountAttachmentsIterable. crossAccountAttachments()Returns an iterable to iterate through the paginatedListCrossAccountAttachmentsResponse.crossAccountAttachments()member.SdkPublisher<Attachment>ListCrossAccountAttachmentsPublisher. crossAccountAttachments()Returns a publisher that can be used to get a stream of data.
-