Uses of Class
software.amazon.awssdk.services.securityir.model.GetCaseResponse
-
Packages that use GetCaseResponse Package Description software.amazon.awssdk.services.securityir This guide provides documents the action and response elements for customer use of the service. -
-
Uses of GetCaseResponse in software.amazon.awssdk.services.securityir
Methods in software.amazon.awssdk.services.securityir that return GetCaseResponse Modifier and Type Method Description default GetCaseResponseSecurityIrClient. getCase(Consumer<GetCaseRequest.Builder> getCaseRequest)Grant permission to view a designated case.default GetCaseResponseSecurityIrClient. getCase(GetCaseRequest getCaseRequest)Grant permission to view a designated case.Methods in software.amazon.awssdk.services.securityir that return types with arguments of type GetCaseResponse Modifier and Type Method Description default CompletableFuture<GetCaseResponse>SecurityIrAsyncClient. getCase(Consumer<GetCaseRequest.Builder> getCaseRequest)Grant permission to view a designated case.default CompletableFuture<GetCaseResponse>SecurityIrAsyncClient. getCase(GetCaseRequest getCaseRequest)Grant permission to view a designated case.
-