Uses of Class
software.amazon.awssdk.services.cloudformation.model.TypeSummary
Packages that use TypeSummary
Package
Description
-
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 TypeSummaryModifier and TypeMethodDescriptionfinal 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 TypeSummaryModifier and TypeMethodDescriptionListTypesResponse.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 TypeSummaryModifier and TypeMethodDescriptionListTypesResponse.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 TypeSummaryModifier and TypeMethodDescriptionfinal SdkIterable<TypeSummary>ListTypesIterable.typeSummaries()Returns an iterable to iterate through the paginatedListTypesResponse.typeSummaries()member.final SdkPublisher<TypeSummary>ListTypesPublisher.typeSummaries()Returns a publisher that can be used to get a stream of data.