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