Uses of Class
software.amazon.awssdk.services.iot.model.CertificateProviderSummary
-
Packages that use CertificateProviderSummary Package Description software.amazon.awssdk.services.iot.model -
-
Uses of CertificateProviderSummary in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type CertificateProviderSummary Modifier and Type Method Description List<CertificateProviderSummary>ListCertificateProvidersResponse. certificateProviders()The list of certificate providers in your Amazon Web Services account.Methods in software.amazon.awssdk.services.iot.model with parameters of type CertificateProviderSummary Modifier and Type Method Description ListCertificateProvidersResponse.BuilderListCertificateProvidersResponse.Builder. certificateProviders(CertificateProviderSummary... certificateProviders)The list of certificate providers in your Amazon Web Services account.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type CertificateProviderSummary Modifier and Type Method Description ListCertificateProvidersResponse.BuilderListCertificateProvidersResponse.Builder. certificateProviders(Collection<CertificateProviderSummary> certificateProviders)The list of certificate providers in your Amazon Web Services account.
-