Uses of Interface
software.amazon.awssdk.services.greengrass.model.GetGroupCertificateAuthorityRequest.Builder
-
Packages that use GetGroupCertificateAuthorityRequest.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 GetGroupCertificateAuthorityRequest.Builder in software.amazon.awssdk.services.greengrass
Method parameters in software.amazon.awssdk.services.greengrass with type arguments of type GetGroupCertificateAuthorityRequest.Builder Modifier and Type Method Description default CompletableFuture<GetGroupCertificateAuthorityResponse>GreengrassAsyncClient. getGroupCertificateAuthority(Consumer<GetGroupCertificateAuthorityRequest.Builder> getGroupCertificateAuthorityRequest)Retreives the CA associated with a group.default GetGroupCertificateAuthorityResponseGreengrassClient. getGroupCertificateAuthority(Consumer<GetGroupCertificateAuthorityRequest.Builder> getGroupCertificateAuthorityRequest)Retreives the CA associated with a group. -
Uses of GetGroupCertificateAuthorityRequest.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type GetGroupCertificateAuthorityRequest.Builder Modifier and Type Method Description static Class<? extends GetGroupCertificateAuthorityRequest.Builder>GetGroupCertificateAuthorityRequest. serializableBuilderClass()
-