Uses of Class
software.amazon.awssdk.services.neptunedata.model.S3BucketRegion
-
Packages that use S3BucketRegion Package Description software.amazon.awssdk.services.neptunedata.model -
-
Uses of S3BucketRegion in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return S3BucketRegion Modifier and Type Method Description static S3BucketRegionS3BucketRegion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.S3BucketRegionStartLoaderJobRequest. s3BucketRegion()The Amazon region of the S3 bucket.static S3BucketRegionS3BucketRegion. valueOf(String name)Returns the enum constant of this type with the specified name.static S3BucketRegion[]S3BucketRegion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type S3BucketRegion Modifier and Type Method Description static Set<S3BucketRegion>S3BucketRegion. knownValues()Methods in software.amazon.awssdk.services.neptunedata.model with parameters of type S3BucketRegion Modifier and Type Method Description StartLoaderJobRequest.BuilderStartLoaderJobRequest.Builder. s3BucketRegion(S3BucketRegion s3BucketRegion)The Amazon region of the S3 bucket.
-