Uses of Interface
software.amazon.awssdk.services.support.model.DescribeCommunicationsResponse.Builder
-
Packages that use DescribeCommunicationsResponse.Builder Package Description software.amazon.awssdk.services.support.model -
-
Uses of DescribeCommunicationsResponse.Builder in software.amazon.awssdk.services.support.model
Methods in software.amazon.awssdk.services.support.model that return DescribeCommunicationsResponse.Builder Modifier and Type Method Description static DescribeCommunicationsResponse.BuilderDescribeCommunicationsResponse. builder()DescribeCommunicationsResponse.BuilderDescribeCommunicationsResponse.Builder. communications(Collection<Communication> communications)The communications for the case.DescribeCommunicationsResponse.BuilderDescribeCommunicationsResponse.Builder. communications(Consumer<Communication.Builder>... communications)The communications for the case.DescribeCommunicationsResponse.BuilderDescribeCommunicationsResponse.Builder. communications(Communication... communications)The communications for the case.DescribeCommunicationsResponse.BuilderDescribeCommunicationsResponse.Builder. nextToken(String nextToken)A resumption point for pagination.DescribeCommunicationsResponse.BuilderDescribeCommunicationsResponse. toBuilder()Methods in software.amazon.awssdk.services.support.model that return types with arguments of type DescribeCommunicationsResponse.Builder Modifier and Type Method Description static Class<? extends DescribeCommunicationsResponse.Builder>DescribeCommunicationsResponse. serializableBuilderClass()
-