Uses of Class
software.amazon.awssdk.services.securityir.model.CreateCaseResponse
-
Packages that use CreateCaseResponse Package Description software.amazon.awssdk.services.securityir This guide provides documents the action and response elements for customer use of the service. -
-
Uses of CreateCaseResponse in software.amazon.awssdk.services.securityir
Methods in software.amazon.awssdk.services.securityir that return CreateCaseResponse Modifier and Type Method Description default CreateCaseResponseSecurityIrClient. createCase(Consumer<CreateCaseRequest.Builder> createCaseRequest)Grants permission to create a new case.default CreateCaseResponseSecurityIrClient. createCase(CreateCaseRequest createCaseRequest)Grants permission to create a new case.Methods in software.amazon.awssdk.services.securityir that return types with arguments of type CreateCaseResponse Modifier and Type Method Description default CompletableFuture<CreateCaseResponse>SecurityIrAsyncClient. createCase(Consumer<CreateCaseRequest.Builder> createCaseRequest)Grants permission to create a new case.default CompletableFuture<CreateCaseResponse>SecurityIrAsyncClient. createCase(CreateCaseRequest createCaseRequest)Grants permission to create a new case.
-