Uses of Class
software.amazon.awssdk.services.glacier.model.GetVaultNotificationsResponse
-
Packages that use GetVaultNotificationsResponse Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data." -
-
Uses of GetVaultNotificationsResponse in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier that return GetVaultNotificationsResponse Modifier and Type Method Description default GetVaultNotificationsResponseGlacierClient. getVaultNotifications(Consumer<GetVaultNotificationsRequest.Builder> getVaultNotificationsRequest)This operation retrieves thenotification-configurationsubresource of the specified vault.default GetVaultNotificationsResponseGlacierClient. getVaultNotifications(GetVaultNotificationsRequest getVaultNotificationsRequest)This operation retrieves thenotification-configurationsubresource of the specified vault.Methods in software.amazon.awssdk.services.glacier that return types with arguments of type GetVaultNotificationsResponse Modifier and Type Method Description default CompletableFuture<GetVaultNotificationsResponse>GlacierAsyncClient. getVaultNotifications(Consumer<GetVaultNotificationsRequest.Builder> getVaultNotificationsRequest)This operation retrieves thenotification-configurationsubresource of the specified vault.default CompletableFuture<GetVaultNotificationsResponse>GlacierAsyncClient. getVaultNotifications(GetVaultNotificationsRequest getVaultNotificationsRequest)This operation retrieves thenotification-configurationsubresource of the specified vault.
-