Uses of Class
software.amazon.awssdk.services.support.model.CreateCaseRequest
-
Packages that use CreateCaseRequest Package Description software.amazon.awssdk.services.support Amazon Web Services Support software.amazon.awssdk.services.support.transform -
-
Uses of CreateCaseRequest in software.amazon.awssdk.services.support
Methods in software.amazon.awssdk.services.support with parameters of type CreateCaseRequest Modifier and Type Method Description default CompletableFuture<CreateCaseResponse>SupportAsyncClient. createCase(CreateCaseRequest 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. -
Uses of CreateCaseRequest in software.amazon.awssdk.services.support.transform
Methods in software.amazon.awssdk.services.support.transform with parameters of type CreateCaseRequest Modifier and Type Method Description SdkHttpFullRequestCreateCaseRequestMarshaller. marshall(CreateCaseRequest createCaseRequest)
-