Uses of Class
software.amazon.awssdk.services.glacier.model.GetDataRetrievalPolicyResponse
-
Packages that use GetDataRetrievalPolicyResponse Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data." -
-
Uses of GetDataRetrievalPolicyResponse in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier that return GetDataRetrievalPolicyResponse Modifier and Type Method Description default GetDataRetrievalPolicyResponseGlacierClient. getDataRetrievalPolicy()This operation returns the current data retrieval policy for the account and region specified in the GET request.default GetDataRetrievalPolicyResponseGlacierClient. getDataRetrievalPolicy(Consumer<GetDataRetrievalPolicyRequest.Builder> getDataRetrievalPolicyRequest)This operation returns the current data retrieval policy for the account and region specified in the GET request.default GetDataRetrievalPolicyResponseGlacierClient. getDataRetrievalPolicy(GetDataRetrievalPolicyRequest getDataRetrievalPolicyRequest)This operation returns the current data retrieval policy for the account and region specified in the GET request.Methods in software.amazon.awssdk.services.glacier that return types with arguments of type GetDataRetrievalPolicyResponse Modifier and Type Method Description default CompletableFuture<GetDataRetrievalPolicyResponse>GlacierAsyncClient. getDataRetrievalPolicy()This operation returns the current data retrieval policy for the account and region specified in the GET request.default CompletableFuture<GetDataRetrievalPolicyResponse>GlacierAsyncClient. getDataRetrievalPolicy(Consumer<GetDataRetrievalPolicyRequest.Builder> getDataRetrievalPolicyRequest)This operation returns the current data retrieval policy for the account and region specified in the GET request.default CompletableFuture<GetDataRetrievalPolicyResponse>GlacierAsyncClient. getDataRetrievalPolicy(GetDataRetrievalPolicyRequest getDataRetrievalPolicyRequest)This operation returns the current data retrieval policy for the account and region specified in the GET request.
-