Uses of Class
software.amazon.awssdk.services.cloudformation.model.TypeSummary
-
Packages that use TypeSummary Package Description software.amazon.awssdk.services.cloudformation.model software.amazon.awssdk.services.cloudformation.paginators -
-
Uses of TypeSummary in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type TypeSummary Modifier and Type Method Description List<TypeSummary>ListTypesResponse. typeSummaries()A list ofTypeSummarystructures that contain information about the specified extensions.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type TypeSummary Modifier and Type Method Description ListTypesResponse.BuilderListTypesResponse.Builder. typeSummaries(TypeSummary... typeSummaries)A list ofTypeSummarystructures that contain information about the specified extensions.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type TypeSummary Modifier and Type Method Description ListTypesResponse.BuilderListTypesResponse.Builder. typeSummaries(Collection<TypeSummary> typeSummaries)A list ofTypeSummarystructures that contain information about the specified extensions. -
Uses of TypeSummary in software.amazon.awssdk.services.cloudformation.paginators
Methods in software.amazon.awssdk.services.cloudformation.paginators that return types with arguments of type TypeSummary Modifier and Type Method Description SdkIterable<TypeSummary>ListTypesIterable. typeSummaries()Returns an iterable to iterate through the paginatedListTypesResponse.typeSummaries()member.SdkPublisher<TypeSummary>ListTypesPublisher. typeSummaries()Returns a publisher that can be used to get a stream of data.
-