Uses of Class
software.amazon.awssdk.services.greengrass.model.GroupCertificateAuthorityProperties
-
Packages that use GroupCertificateAuthorityProperties Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of GroupCertificateAuthorityProperties in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type GroupCertificateAuthorityProperties Modifier and Type Method Description List<GroupCertificateAuthorityProperties>ListGroupCertificateAuthoritiesResponse. groupCertificateAuthorities()A list of certificate authorities associated with the group.Methods in software.amazon.awssdk.services.greengrass.model with parameters of type GroupCertificateAuthorityProperties Modifier and Type Method Description ListGroupCertificateAuthoritiesResponse.BuilderListGroupCertificateAuthoritiesResponse.Builder. groupCertificateAuthorities(GroupCertificateAuthorityProperties... groupCertificateAuthorities)A list of certificate authorities associated with the group.Method parameters in software.amazon.awssdk.services.greengrass.model with type arguments of type GroupCertificateAuthorityProperties Modifier and Type Method Description ListGroupCertificateAuthoritiesResponse.BuilderListGroupCertificateAuthoritiesResponse.Builder. groupCertificateAuthorities(Collection<GroupCertificateAuthorityProperties> groupCertificateAuthorities)A list of certificate authorities associated with the group.
-