Uses of Class
software.amazon.awssdk.services.securityir.model.GetCaseAttachmentDownloadUrlResponse
-
Packages that use GetCaseAttachmentDownloadUrlResponse Package Description software.amazon.awssdk.services.securityir This guide provides documents the action and response elements for customer use of the service. -
-
Uses of GetCaseAttachmentDownloadUrlResponse in software.amazon.awssdk.services.securityir
Methods in software.amazon.awssdk.services.securityir that return GetCaseAttachmentDownloadUrlResponse Modifier and Type Method Description default GetCaseAttachmentDownloadUrlResponseSecurityIrClient. getCaseAttachmentDownloadUrl(Consumer<GetCaseAttachmentDownloadUrlRequest.Builder> getCaseAttachmentDownloadUrlRequest)Grants permission to obtain an Amazon S3 presigned URL to download an attachment.default GetCaseAttachmentDownloadUrlResponseSecurityIrClient. getCaseAttachmentDownloadUrl(GetCaseAttachmentDownloadUrlRequest getCaseAttachmentDownloadUrlRequest)Grants permission to obtain an Amazon S3 presigned URL to download an attachment.Methods in software.amazon.awssdk.services.securityir that return types with arguments of type GetCaseAttachmentDownloadUrlResponse Modifier and Type Method Description default CompletableFuture<GetCaseAttachmentDownloadUrlResponse>SecurityIrAsyncClient. getCaseAttachmentDownloadUrl(Consumer<GetCaseAttachmentDownloadUrlRequest.Builder> getCaseAttachmentDownloadUrlRequest)Grants permission to obtain an Amazon S3 presigned URL to download an attachment.default CompletableFuture<GetCaseAttachmentDownloadUrlResponse>SecurityIrAsyncClient. getCaseAttachmentDownloadUrl(GetCaseAttachmentDownloadUrlRequest getCaseAttachmentDownloadUrlRequest)Grants permission to obtain an Amazon S3 presigned URL to download an attachment.
-