Uses of Interface
software.amazon.awssdk.services.glacier.model.GetVaultNotificationsRequest.Builder
-
Packages that use GetVaultNotificationsRequest.Builder Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data."software.amazon.awssdk.services.glacier.model -
-
Uses of GetVaultNotificationsRequest.Builder in software.amazon.awssdk.services.glacier
Method parameters in software.amazon.awssdk.services.glacier with type arguments of type GetVaultNotificationsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetVaultNotificationsResponse>GlacierAsyncClient. getVaultNotifications(Consumer<GetVaultNotificationsRequest.Builder> getVaultNotificationsRequest)This operation retrieves thenotification-configurationsubresource of the specified vault.default GetVaultNotificationsResponseGlacierClient. getVaultNotifications(Consumer<GetVaultNotificationsRequest.Builder> getVaultNotificationsRequest)This operation retrieves thenotification-configurationsubresource of the specified vault. -
Uses of GetVaultNotificationsRequest.Builder in software.amazon.awssdk.services.glacier.model
Methods in software.amazon.awssdk.services.glacier.model that return GetVaultNotificationsRequest.Builder Modifier and Type Method Description GetVaultNotificationsRequest.BuilderGetVaultNotificationsRequest.Builder. accountId(String accountId)TheAccountIdvalue is the AWS account ID of the account that owns the vault.static GetVaultNotificationsRequest.BuilderGetVaultNotificationsRequest. builder()GetVaultNotificationsRequest.BuilderGetVaultNotificationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetVaultNotificationsRequest.BuilderGetVaultNotificationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetVaultNotificationsRequest.BuilderGetVaultNotificationsRequest. toBuilder()GetVaultNotificationsRequest.BuilderGetVaultNotificationsRequest.Builder. vaultName(String vaultName)The name of the vault.Methods in software.amazon.awssdk.services.glacier.model that return types with arguments of type GetVaultNotificationsRequest.Builder Modifier and Type Method Description static Class<? extends GetVaultNotificationsRequest.Builder>GetVaultNotificationsRequest. serializableBuilderClass()
-