Uses of Interface
software.amazon.awssdk.services.securityir.model.GetCaseAttachmentDownloadUrlRequest.Builder
-
Packages that use GetCaseAttachmentDownloadUrlRequest.Builder Package Description software.amazon.awssdk.services.securityir This guide provides documents the action and response elements for customer use of the service.software.amazon.awssdk.services.securityir.model -
-
Uses of GetCaseAttachmentDownloadUrlRequest.Builder in software.amazon.awssdk.services.securityir
Method parameters in software.amazon.awssdk.services.securityir with type arguments of type GetCaseAttachmentDownloadUrlRequest.Builder 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 GetCaseAttachmentDownloadUrlResponseSecurityIrClient. getCaseAttachmentDownloadUrl(Consumer<GetCaseAttachmentDownloadUrlRequest.Builder> getCaseAttachmentDownloadUrlRequest)Grants permission to obtain an Amazon S3 presigned URL to download an attachment. -
Uses of GetCaseAttachmentDownloadUrlRequest.Builder in software.amazon.awssdk.services.securityir.model
Methods in software.amazon.awssdk.services.securityir.model that return GetCaseAttachmentDownloadUrlRequest.Builder Modifier and Type Method Description GetCaseAttachmentDownloadUrlRequest.BuilderGetCaseAttachmentDownloadUrlRequest.Builder. attachmentId(String attachmentId)Required element for GetCaseAttachmentDownloadUrl to identify the attachment ID for downloading an attachment.static GetCaseAttachmentDownloadUrlRequest.BuilderGetCaseAttachmentDownloadUrlRequest. builder()GetCaseAttachmentDownloadUrlRequest.BuilderGetCaseAttachmentDownloadUrlRequest.Builder. caseId(String caseId)Required element for GetCaseAttachmentDownloadUrl to identify the case ID for downloading an attachment from.GetCaseAttachmentDownloadUrlRequest.BuilderGetCaseAttachmentDownloadUrlRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCaseAttachmentDownloadUrlRequest.BuilderGetCaseAttachmentDownloadUrlRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCaseAttachmentDownloadUrlRequest.BuilderGetCaseAttachmentDownloadUrlRequest. toBuilder()Methods in software.amazon.awssdk.services.securityir.model that return types with arguments of type GetCaseAttachmentDownloadUrlRequest.Builder Modifier and Type Method Description static Class<? extends GetCaseAttachmentDownloadUrlRequest.Builder>GetCaseAttachmentDownloadUrlRequest. serializableBuilderClass()
-