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