Uses of Class
software.amazon.awssdk.services.securityir.model.UpdateCaseResponse
-
Packages that use UpdateCaseResponse Package Description software.amazon.awssdk.services.securityir This guide provides documents the action and response elements for customer use of the service. -
-
Uses of UpdateCaseResponse in software.amazon.awssdk.services.securityir
Methods in software.amazon.awssdk.services.securityir that return UpdateCaseResponse Modifier and Type Method Description default UpdateCaseResponseSecurityIrClient. updateCase(Consumer<UpdateCaseRequest.Builder> updateCaseRequest)Grants permission to update an existing case.default UpdateCaseResponseSecurityIrClient. updateCase(UpdateCaseRequest updateCaseRequest)Grants permission to update an existing case.Methods in software.amazon.awssdk.services.securityir that return types with arguments of type UpdateCaseResponse Modifier and Type Method Description default CompletableFuture<UpdateCaseResponse>SecurityIrAsyncClient. updateCase(Consumer<UpdateCaseRequest.Builder> updateCaseRequest)Grants permission to update an existing case.default CompletableFuture<UpdateCaseResponse>SecurityIrAsyncClient. updateCase(UpdateCaseRequest updateCaseRequest)Grants permission to update an existing case.
-