Uses of Class
software.amazon.awssdk.services.iot.model.CertificateProviderOperation
-
Packages that use CertificateProviderOperation Package Description software.amazon.awssdk.services.iot.model -
-
Uses of CertificateProviderOperation in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return CertificateProviderOperation Modifier and Type Method Description static CertificateProviderOperationCertificateProviderOperation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CertificateProviderOperationCertificateProviderOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateProviderOperation[]CertificateProviderOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type CertificateProviderOperation Modifier and Type Method Description List<CertificateProviderOperation>CreateCertificateProviderRequest. accountDefaultForOperations()A list of the operations that the certificate provider will use to generate certificates.List<CertificateProviderOperation>DescribeCertificateProviderResponse. accountDefaultForOperations()A list of the operations that the certificate provider will use to generate certificates.List<CertificateProviderOperation>UpdateCertificateProviderRequest. accountDefaultForOperations()A list of the operations that the certificate provider will use to generate certificates.static Set<CertificateProviderOperation>CertificateProviderOperation. knownValues()Methods in software.amazon.awssdk.services.iot.model with parameters of type CertificateProviderOperation Modifier and Type Method Description CreateCertificateProviderRequest.BuilderCreateCertificateProviderRequest.Builder. accountDefaultForOperations(CertificateProviderOperation... accountDefaultForOperations)A list of the operations that the certificate provider will use to generate certificates.DescribeCertificateProviderResponse.BuilderDescribeCertificateProviderResponse.Builder. accountDefaultForOperations(CertificateProviderOperation... accountDefaultForOperations)A list of the operations that the certificate provider will use to generate certificates.UpdateCertificateProviderRequest.BuilderUpdateCertificateProviderRequest.Builder. accountDefaultForOperations(CertificateProviderOperation... accountDefaultForOperations)A list of the operations that the certificate provider will use to generate certificates.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type CertificateProviderOperation Modifier and Type Method Description CreateCertificateProviderRequest.BuilderCreateCertificateProviderRequest.Builder. accountDefaultForOperations(Collection<CertificateProviderOperation> accountDefaultForOperations)A list of the operations that the certificate provider will use to generate certificates.DescribeCertificateProviderResponse.BuilderDescribeCertificateProviderResponse.Builder. accountDefaultForOperations(Collection<CertificateProviderOperation> accountDefaultForOperations)A list of the operations that the certificate provider will use to generate certificates.UpdateCertificateProviderRequest.BuilderUpdateCertificateProviderRequest.Builder. accountDefaultForOperations(Collection<CertificateProviderOperation> accountDefaultForOperations)A list of the operations that the certificate provider will use to generate certificates.
-