Uses of Interface
software.amazon.awssdk.services.s3.model.RestoreObjectResponse.Builder
-
Packages that use RestoreObjectResponse.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of RestoreObjectResponse.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return RestoreObjectResponse.Builder Modifier and Type Method Description static RestoreObjectResponse.BuilderRestoreObjectResponse. builder()RestoreObjectResponse.BuilderRestoreObjectResponse.Builder. requestCharged(String requestCharged)Sets the value of the RequestCharged property for this object.RestoreObjectResponse.BuilderRestoreObjectResponse.Builder. requestCharged(RequestCharged requestCharged)Sets the value of the RequestCharged property for this object.RestoreObjectResponse.BuilderRestoreObjectResponse.Builder. restoreOutputPath(String restoreOutputPath)Indicates the path in the provided S3 output location where Select results will be restored to.RestoreObjectResponse.BuilderRestoreObjectResponse. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type RestoreObjectResponse.Builder Modifier and Type Method Description static Class<? extends RestoreObjectResponse.Builder>RestoreObjectResponse. serializableBuilderClass()
-