Uses of Class
software.amazon.awssdk.services.iot.model.CACertificate
-
Packages that use CACertificate Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of CACertificate in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type CACertificate Modifier and Type Method Description List<CACertificate>ListCaCertificatesResponse. certificates()The CA certificates registered in your Amazon Web Services account.Methods in software.amazon.awssdk.services.iot.model with parameters of type CACertificate Modifier and Type Method Description ListCaCertificatesResponse.BuilderListCaCertificatesResponse.Builder. certificates(CACertificate... certificates)The CA certificates registered in your Amazon Web Services account.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type CACertificate Modifier and Type Method Description ListCaCertificatesResponse.BuilderListCaCertificatesResponse.Builder. certificates(Collection<CACertificate> certificates)The CA certificates registered in your Amazon Web Services account. -
Uses of CACertificate in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type CACertificate Modifier and Type Method Description SdkIterable<CACertificate>ListCACertificatesIterable. certificates()Returns an iterable to iterate through the paginatedListCaCertificatesResponse.certificates()member.SdkPublisher<CACertificate>ListCACertificatesPublisher. certificates()Returns a publisher that can be used to get a stream of data.
-