Uses of Class
software.amazon.awssdk.services.b2bi.model.S3Location
-
Packages that use S3Location Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of S3Location in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return S3Location Modifier and Type Method Description S3LocationStartTransformerJobRequest. inputFile()Specifies the location of the input file for the transformation.S3LocationTestParsingRequest. inputFile()Specifies anS3Locationobject, which contains the Amazon S3 bucket and prefix for the location of the input file.S3LocationEdiConfiguration. inputLocation()Contains the Amazon S3 bucket and prefix for the location of the input file, which is contained in anS3Locationobject.S3LocationEdiConfiguration. outputLocation()Contains the Amazon S3 bucket and prefix for the location of the output file, which is contained in anS3Locationobject.S3LocationStartTransformerJobRequest. outputLocation()Specifies the location of the output file for the transformation.Methods in software.amazon.awssdk.services.b2bi.model that return types with arguments of type S3Location Modifier and Type Method Description List<S3Location>CreateCapabilityRequest. instructionsDocuments()Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.List<S3Location>CreateCapabilityResponse. instructionsDocuments()Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.List<S3Location>GetCapabilityResponse. instructionsDocuments()Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.List<S3Location>UpdateCapabilityRequest. instructionsDocuments()Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.List<S3Location>UpdateCapabilityResponse. instructionsDocuments()Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.List<S3Location>GetTransformerJobResponse. outputFiles()Returns the location for the output files.Methods in software.amazon.awssdk.services.b2bi.model with parameters of type S3Location Modifier and Type Method Description StartTransformerJobRequest.BuilderStartTransformerJobRequest.Builder. inputFile(S3Location inputFile)Specifies the location of the input file for the transformation.TestParsingRequest.BuilderTestParsingRequest.Builder. inputFile(S3Location inputFile)Specifies anS3Locationobject, which contains the Amazon S3 bucket and prefix for the location of the input file.EdiConfiguration.BuilderEdiConfiguration.Builder. inputLocation(S3Location inputLocation)Contains the Amazon S3 bucket and prefix for the location of the input file, which is contained in anS3Locationobject.CreateCapabilityRequest.BuilderCreateCapabilityRequest.Builder. instructionsDocuments(S3Location... instructionsDocuments)Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.CreateCapabilityResponse.BuilderCreateCapabilityResponse.Builder. instructionsDocuments(S3Location... instructionsDocuments)Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.GetCapabilityResponse.BuilderGetCapabilityResponse.Builder. instructionsDocuments(S3Location... instructionsDocuments)Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.UpdateCapabilityRequest.BuilderUpdateCapabilityRequest.Builder. instructionsDocuments(S3Location... instructionsDocuments)Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.UpdateCapabilityResponse.BuilderUpdateCapabilityResponse.Builder. instructionsDocuments(S3Location... instructionsDocuments)Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.GetTransformerJobResponse.BuilderGetTransformerJobResponse.Builder. outputFiles(S3Location... outputFiles)Returns the location for the output files.EdiConfiguration.BuilderEdiConfiguration.Builder. outputLocation(S3Location outputLocation)Contains the Amazon S3 bucket and prefix for the location of the output file, which is contained in anS3Locationobject.StartTransformerJobRequest.BuilderStartTransformerJobRequest.Builder. outputLocation(S3Location outputLocation)Specifies the location of the output file for the transformation.Method parameters in software.amazon.awssdk.services.b2bi.model with type arguments of type S3Location Modifier and Type Method Description CreateCapabilityRequest.BuilderCreateCapabilityRequest.Builder. instructionsDocuments(Collection<S3Location> instructionsDocuments)Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.CreateCapabilityResponse.BuilderCreateCapabilityResponse.Builder. instructionsDocuments(Collection<S3Location> instructionsDocuments)Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.GetCapabilityResponse.BuilderGetCapabilityResponse.Builder. instructionsDocuments(Collection<S3Location> instructionsDocuments)Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.UpdateCapabilityRequest.BuilderUpdateCapabilityRequest.Builder. instructionsDocuments(Collection<S3Location> instructionsDocuments)Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.UpdateCapabilityResponse.BuilderUpdateCapabilityResponse.Builder. instructionsDocuments(Collection<S3Location> instructionsDocuments)Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.GetTransformerJobResponse.BuilderGetTransformerJobResponse.Builder. outputFiles(Collection<S3Location> outputFiles)Returns the location for the output files.
-