Uses of Class
software.amazon.awssdk.services.iot.model.Certificate
-
Packages that use Certificate Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of Certificate in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type Certificate Modifier and Type Method Description List<Certificate>ListCertificatesByCaResponse. certificates()The device certificates signed by the specified CA certificate.List<Certificate>ListCertificatesResponse. certificates()The descriptions of the certificates.Methods in software.amazon.awssdk.services.iot.model with parameters of type Certificate Modifier and Type Method Description ListCertificatesByCaResponse.BuilderListCertificatesByCaResponse.Builder. certificates(Certificate... certificates)The device certificates signed by the specified CA certificate.ListCertificatesResponse.BuilderListCertificatesResponse.Builder. certificates(Certificate... certificates)The descriptions of the certificates.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type Certificate Modifier and Type Method Description ListCertificatesByCaResponse.BuilderListCertificatesByCaResponse.Builder. certificates(Collection<Certificate> certificates)The device certificates signed by the specified CA certificate.ListCertificatesResponse.BuilderListCertificatesResponse.Builder. certificates(Collection<Certificate> certificates)The descriptions of the certificates. -
Uses of Certificate in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type Certificate Modifier and Type Method Description SdkIterable<Certificate>ListCertificatesByCAIterable. certificates()Returns an iterable to iterate through the paginatedListCertificatesByCaResponse.certificates()member.SdkPublisher<Certificate>ListCertificatesByCAPublisher. certificates()Returns a publisher that can be used to get a stream of data.SdkIterable<Certificate>ListCertificatesIterable. certificates()Returns an iterable to iterate through the paginatedListCertificatesResponse.certificates()member.SdkPublisher<Certificate>ListCertificatesPublisher. certificates()Returns a publisher that can be used to get a stream of data.
-