Uses of Class
software.amazon.awssdk.services.greengrass.model.CreateGroupCertificateAuthorityResponse
-
Packages that use CreateGroupCertificateAuthorityResponse 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. -
-
Uses of CreateGroupCertificateAuthorityResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return CreateGroupCertificateAuthorityResponse Modifier and Type Method Description default CreateGroupCertificateAuthorityResponseGreengrassClient. createGroupCertificateAuthority(Consumer<CreateGroupCertificateAuthorityRequest.Builder> createGroupCertificateAuthorityRequest)Creates a CA for the group.default CreateGroupCertificateAuthorityResponseGreengrassClient. createGroupCertificateAuthority(CreateGroupCertificateAuthorityRequest createGroupCertificateAuthorityRequest)Creates a CA for the group.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type CreateGroupCertificateAuthorityResponse Modifier and Type Method Description default CompletableFuture<CreateGroupCertificateAuthorityResponse>GreengrassAsyncClient. createGroupCertificateAuthority(Consumer<CreateGroupCertificateAuthorityRequest.Builder> createGroupCertificateAuthorityRequest)Creates a CA for the group.default CompletableFuture<CreateGroupCertificateAuthorityResponse>GreengrassAsyncClient. createGroupCertificateAuthority(CreateGroupCertificateAuthorityRequest createGroupCertificateAuthorityRequest)Creates a CA for the group.
-