Uses of Class
software.amazon.awssdk.services.storagegateway.model.AutomaticTapeCreationPolicyInfo
-
Packages that use AutomaticTapeCreationPolicyInfo Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of AutomaticTapeCreationPolicyInfo in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type AutomaticTapeCreationPolicyInfo Modifier and Type Method Description List<AutomaticTapeCreationPolicyInfo>ListAutomaticTapeCreationPoliciesResponse. automaticTapeCreationPolicyInfos()Gets a listing of information about the gateway's automatic tape creation policies, including the automatic tape creation rules and the gateway that is using the policies.Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type AutomaticTapeCreationPolicyInfo Modifier and Type Method Description ListAutomaticTapeCreationPoliciesResponse.BuilderListAutomaticTapeCreationPoliciesResponse.Builder. automaticTapeCreationPolicyInfos(AutomaticTapeCreationPolicyInfo... automaticTapeCreationPolicyInfos)Gets a listing of information about the gateway's automatic tape creation policies, including the automatic tape creation rules and the gateway that is using the policies.Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type AutomaticTapeCreationPolicyInfo Modifier and Type Method Description ListAutomaticTapeCreationPoliciesResponse.BuilderListAutomaticTapeCreationPoliciesResponse.Builder. automaticTapeCreationPolicyInfos(Collection<AutomaticTapeCreationPolicyInfo> automaticTapeCreationPolicyInfos)Gets a listing of information about the gateway's automatic tape creation policies, including the automatic tape creation rules and the gateway that is using the policies.
-