Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.TemplateSummary
-
Packages that use TemplateSummary Package Description software.amazon.awssdk.services.pcaconnectorad.model software.amazon.awssdk.services.pcaconnectorad.paginators -
-
Uses of TemplateSummary in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return types with arguments of type TemplateSummary Modifier and Type Method Description List<TemplateSummary>ListTemplatesResponse. templates()Custom configuration templates used when issuing a certificate.Methods in software.amazon.awssdk.services.pcaconnectorad.model with parameters of type TemplateSummary Modifier and Type Method Description ListTemplatesResponse.BuilderListTemplatesResponse.Builder. templates(TemplateSummary... templates)Custom configuration templates used when issuing a certificate.Method parameters in software.amazon.awssdk.services.pcaconnectorad.model with type arguments of type TemplateSummary Modifier and Type Method Description ListTemplatesResponse.BuilderListTemplatesResponse.Builder. templates(Collection<TemplateSummary> templates)Custom configuration templates used when issuing a certificate. -
Uses of TemplateSummary in software.amazon.awssdk.services.pcaconnectorad.paginators
Methods in software.amazon.awssdk.services.pcaconnectorad.paginators that return types with arguments of type TemplateSummary Modifier and Type Method Description SdkIterable<TemplateSummary>ListTemplatesIterable. templates()Returns an iterable to iterate through the paginatedListTemplatesResponse.templates()member.SdkPublisher<TemplateSummary>ListTemplatesPublisher. templates()Returns a publisher that can be used to get a stream of data.
-