Uses of Class
software.amazon.awssdk.services.iot.model.OutgoingCertificate
-
Packages that use OutgoingCertificate Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of OutgoingCertificate in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type OutgoingCertificate Modifier and Type Method Description List<OutgoingCertificate>ListOutgoingCertificatesResponse. outgoingCertificates()The certificates that are being transferred but not yet accepted.Methods in software.amazon.awssdk.services.iot.model with parameters of type OutgoingCertificate Modifier and Type Method Description ListOutgoingCertificatesResponse.BuilderListOutgoingCertificatesResponse.Builder. outgoingCertificates(OutgoingCertificate... outgoingCertificates)The certificates that are being transferred but not yet accepted.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type OutgoingCertificate Modifier and Type Method Description ListOutgoingCertificatesResponse.BuilderListOutgoingCertificatesResponse.Builder. outgoingCertificates(Collection<OutgoingCertificate> outgoingCertificates)The certificates that are being transferred but not yet accepted. -
Uses of OutgoingCertificate in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type OutgoingCertificate Modifier and Type Method Description SdkIterable<OutgoingCertificate>ListOutgoingCertificatesIterable. outgoingCertificates()Returns an iterable to iterate through the paginatedListOutgoingCertificatesResponse.outgoingCertificates()member.SdkPublisher<OutgoingCertificate>ListOutgoingCertificatesPublisher. outgoingCertificates()Returns a publisher that can be used to get a stream of data.
-