Uses of Class
software.amazon.awssdk.services.proton.model.ServiceTemplateSummary
-
Packages that use ServiceTemplateSummary Package Description software.amazon.awssdk.services.proton.model software.amazon.awssdk.services.proton.paginators -
-
Uses of ServiceTemplateSummary in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type ServiceTemplateSummary Modifier and Type Method Description List<ServiceTemplateSummary>ListServiceTemplatesResponse. templates()An array of service templates with detail data.Methods in software.amazon.awssdk.services.proton.model with parameters of type ServiceTemplateSummary Modifier and Type Method Description ListServiceTemplatesResponse.BuilderListServiceTemplatesResponse.Builder. templates(ServiceTemplateSummary... templates)An array of service templates with detail data.Method parameters in software.amazon.awssdk.services.proton.model with type arguments of type ServiceTemplateSummary Modifier and Type Method Description ListServiceTemplatesResponse.BuilderListServiceTemplatesResponse.Builder. templates(Collection<ServiceTemplateSummary> templates)An array of service templates with detail data. -
Uses of ServiceTemplateSummary in software.amazon.awssdk.services.proton.paginators
Methods in software.amazon.awssdk.services.proton.paginators that return types with arguments of type ServiceTemplateSummary Modifier and Type Method Description SdkIterable<ServiceTemplateSummary>ListServiceTemplatesIterable. templates()Returns an iterable to iterate through the paginatedListServiceTemplatesResponse.templates()member.SdkPublisher<ServiceTemplateSummary>ListServiceTemplatesPublisher. templates()Returns a publisher that can be used to get a stream of data.
-