Uses of Interface
software.amazon.awssdk.services.greengrass.model.CreateGroupCertificateAuthorityRequest.Builder
-
Packages that use CreateGroupCertificateAuthorityRequest.Builder Package Description software.amazon.awssdk.services.greengrass AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate, while still using the cloud for management, analytics, and durable storage.software.amazon.awssdk.services.greengrass.model -
-
Uses of CreateGroupCertificateAuthorityRequest.Builder in software.amazon.awssdk.services.greengrass
Method parameters in software.amazon.awssdk.services.greengrass with type arguments of type CreateGroupCertificateAuthorityRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateGroupCertificateAuthorityResponse>GreengrassAsyncClient. createGroupCertificateAuthority(Consumer<CreateGroupCertificateAuthorityRequest.Builder> createGroupCertificateAuthorityRequest)Creates a CA for the group.default CreateGroupCertificateAuthorityResponseGreengrassClient. createGroupCertificateAuthority(Consumer<CreateGroupCertificateAuthorityRequest.Builder> createGroupCertificateAuthorityRequest)Creates a CA for the group. -
Uses of CreateGroupCertificateAuthorityRequest.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type CreateGroupCertificateAuthorityRequest.Builder Modifier and Type Method Description static Class<? extends CreateGroupCertificateAuthorityRequest.Builder>CreateGroupCertificateAuthorityRequest. serializableBuilderClass()
-