Uses of Class
software.amazon.awssdk.services.support.model.CreateCaseResponse
-
Packages that use CreateCaseResponse Package Description software.amazon.awssdk.services.support Amazon Web Services Support -
-
Uses of CreateCaseResponse in software.amazon.awssdk.services.support
Methods in software.amazon.awssdk.services.support that return CreateCaseResponse Modifier and Type Method Description default CreateCaseResponseSupportClient. createCase(Consumer<CreateCaseRequest.Builder> createCaseRequest)Creates a case in the Amazon Web Services Support Center.default CreateCaseResponseSupportClient. createCase(CreateCaseRequest createCaseRequest)Creates a case in the Amazon Web Services Support Center.Methods in software.amazon.awssdk.services.support that return types with arguments of type CreateCaseResponse Modifier and Type Method Description default CompletableFuture<CreateCaseResponse>SupportAsyncClient. createCase(Consumer<CreateCaseRequest.Builder> createCaseRequest)Creates a case in the Amazon Web Services Support Center.default CompletableFuture<CreateCaseResponse>SupportAsyncClient. createCase(CreateCaseRequest createCaseRequest)Creates a case in the Amazon Web Services Support Center.
-