Uses of Class
com.amazonaws.services.glacier.model.GetVaultAccessPolicyResult
Packages that use GetVaultAccessPolicyResult
-
Uses of GetVaultAccessPolicyResult in com.amazonaws.services.glacier
Methods in com.amazonaws.services.glacier that return GetVaultAccessPolicyResultModifier 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).Methods in com.amazonaws.services.glacier that return types with arguments of type GetVaultAccessPolicyResultModifier and TypeMethodDescriptionAbstractAmazonGlacierAsync.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 GetVaultAccessPolicyResultModifier 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 GetVaultAccessPolicyResult in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return GetVaultAccessPolicyResultModifier and TypeMethodDescriptionGetVaultAccessPolicyResult.clone()
GetVaultAccessPolicyResult.withPolicy
(VaultAccessPolicy policy) Contains the returned vault access policy as a JSON string.