Uses of Interface
software.amazon.awssdk.services.datasync.model.CreateLocationS3Response.Builder
-
Packages that use CreateLocationS3Response.Builder Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of CreateLocationS3Response.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return CreateLocationS3Response.Builder Modifier and Type Method Description static CreateLocationS3Response.BuilderCreateLocationS3Response. builder()CreateLocationS3Response.BuilderCreateLocationS3Response.Builder. locationArn(String locationArn)The ARN of the S3 location that you created.CreateLocationS3Response.BuilderCreateLocationS3Response. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type CreateLocationS3Response.Builder Modifier and Type Method Description static Class<? extends CreateLocationS3Response.Builder>CreateLocationS3Response. serializableBuilderClass()
-