Uses of Class
com.amazonaws.services.glacier.model.GetVaultAccessPolicyRequest
Packages that use GetVaultAccessPolicyRequest
-
Uses of GetVaultAccessPolicyRequest in com.amazonaws.services.glacier
Methods in com.amazonaws.services.glacier with parameters of type GetVaultAccessPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonGlacier.getVaultAccessPolicy
(GetVaultAccessPolicyRequest request) AmazonGlacier.getVaultAccessPolicy
(GetVaultAccessPolicyRequest getVaultAccessPolicyRequest) This operation retrieves theaccess-policy
subresource set on the vault; for more information on setting this subresource, see Set Vault Access Policy (PUT access-policy).AmazonGlacierClient.getVaultAccessPolicy
(GetVaultAccessPolicyRequest getVaultAccessPolicyRequest) This operation retrieves theaccess-policy
subresource set on the vault; for more information on setting this subresource, see Set Vault Access Policy (PUT access-policy).AbstractAmazonGlacierAsync.getVaultAccessPolicyAsync
(GetVaultAccessPolicyRequest request) AbstractAmazonGlacierAsync.getVaultAccessPolicyAsync
(GetVaultAccessPolicyRequest request, AsyncHandler<GetVaultAccessPolicyRequest, GetVaultAccessPolicyResult> asyncHandler) AmazonGlacierAsync.getVaultAccessPolicyAsync
(GetVaultAccessPolicyRequest getVaultAccessPolicyRequest) This operation retrieves theaccess-policy
subresource set on the vault; for more information on setting this subresource, see Set Vault Access Policy (PUT access-policy).AmazonGlacierAsync.getVaultAccessPolicyAsync
(GetVaultAccessPolicyRequest getVaultAccessPolicyRequest, AsyncHandler<GetVaultAccessPolicyRequest, GetVaultAccessPolicyResult> asyncHandler) This operation retrieves theaccess-policy
subresource set on the vault; for more information on setting this subresource, see Set Vault Access Policy (PUT access-policy).AmazonGlacierAsyncClient.getVaultAccessPolicyAsync
(GetVaultAccessPolicyRequest request) AmazonGlacierAsyncClient.getVaultAccessPolicyAsync
(GetVaultAccessPolicyRequest request, AsyncHandler<GetVaultAccessPolicyRequest, GetVaultAccessPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.glacier with type arguments of type GetVaultAccessPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonGlacierAsync.getVaultAccessPolicyAsync
(GetVaultAccessPolicyRequest request, AsyncHandler<GetVaultAccessPolicyRequest, GetVaultAccessPolicyResult> asyncHandler) AmazonGlacierAsync.getVaultAccessPolicyAsync
(GetVaultAccessPolicyRequest getVaultAccessPolicyRequest, AsyncHandler<GetVaultAccessPolicyRequest, GetVaultAccessPolicyResult> asyncHandler) This operation retrieves theaccess-policy
subresource set on the vault; for more information on setting this subresource, see Set Vault Access Policy (PUT access-policy).AmazonGlacierAsyncClient.getVaultAccessPolicyAsync
(GetVaultAccessPolicyRequest request, AsyncHandler<GetVaultAccessPolicyRequest, GetVaultAccessPolicyResult> asyncHandler) -
Uses of GetVaultAccessPolicyRequest in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return GetVaultAccessPolicyRequestModifier and TypeMethodDescriptionGetVaultAccessPolicyRequest.clone()
GetVaultAccessPolicyRequest.withAccountId
(String accountId) TheAccountId
value is the AWS account ID of the account that owns the vault.GetVaultAccessPolicyRequest.withVaultName
(String vaultName) The name of the vault.