Uses of Class
software.amazon.awssdk.services.securityir.model.GetCaseAttachmentUploadUrlResponse
-
Packages that use GetCaseAttachmentUploadUrlResponse Package Description software.amazon.awssdk.services.securityir This guide provides documents the action and response elements for customer use of the service. -
-
Uses of GetCaseAttachmentUploadUrlResponse in software.amazon.awssdk.services.securityir
Methods in software.amazon.awssdk.services.securityir that return GetCaseAttachmentUploadUrlResponse Modifier and Type Method Description default GetCaseAttachmentUploadUrlResponseSecurityIrClient. getCaseAttachmentUploadUrl(Consumer<GetCaseAttachmentUploadUrlRequest.Builder> getCaseAttachmentUploadUrlRequest)Grants permission to upload an attachment to a case.default GetCaseAttachmentUploadUrlResponseSecurityIrClient. getCaseAttachmentUploadUrl(GetCaseAttachmentUploadUrlRequest getCaseAttachmentUploadUrlRequest)Grants permission to upload an attachment to a case.Methods in software.amazon.awssdk.services.securityir that return types with arguments of type GetCaseAttachmentUploadUrlResponse Modifier and Type Method Description default CompletableFuture<GetCaseAttachmentUploadUrlResponse>SecurityIrAsyncClient. getCaseAttachmentUploadUrl(Consumer<GetCaseAttachmentUploadUrlRequest.Builder> getCaseAttachmentUploadUrlRequest)Grants permission to upload an attachment to a case.default CompletableFuture<GetCaseAttachmentUploadUrlResponse>SecurityIrAsyncClient. getCaseAttachmentUploadUrl(GetCaseAttachmentUploadUrlRequest getCaseAttachmentUploadUrlRequest)Grants permission to upload an attachment to a case.
-