Uses of Class
software.amazon.awssdk.services.support.model.AddCommunicationToCaseResponse
-
Packages that use AddCommunicationToCaseResponse Package Description software.amazon.awssdk.services.support Amazon Web Services Support -
-
Uses of AddCommunicationToCaseResponse in software.amazon.awssdk.services.support
Methods in software.amazon.awssdk.services.support that return AddCommunicationToCaseResponse Modifier and Type Method Description default AddCommunicationToCaseResponseSupportClient. addCommunicationToCase(Consumer<AddCommunicationToCaseRequest.Builder> addCommunicationToCaseRequest)Adds additional customer communication to an Amazon Web Services Support case.default AddCommunicationToCaseResponseSupportClient. addCommunicationToCase(AddCommunicationToCaseRequest addCommunicationToCaseRequest)Adds additional customer communication to an Amazon Web Services Support case.Methods in software.amazon.awssdk.services.support that return types with arguments of type AddCommunicationToCaseResponse Modifier and Type Method Description default CompletableFuture<AddCommunicationToCaseResponse>SupportAsyncClient. addCommunicationToCase(Consumer<AddCommunicationToCaseRequest.Builder> addCommunicationToCaseRequest)Adds additional customer communication to an Amazon Web Services Support case.default CompletableFuture<AddCommunicationToCaseResponse>SupportAsyncClient. addCommunicationToCase(AddCommunicationToCaseRequest addCommunicationToCaseRequest)Adds additional customer communication to an Amazon Web Services Support case.
-