Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.S3Identifier
-
Packages that use S3Identifier Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of S3Identifier in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return S3Identifier Modifier and Type Method Description S3IdentifierAPISchema. s3()Contains details about the S3 object containing the OpenAPI schema for the action group.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type S3Identifier Modifier and Type Method Description static APISchemaAPISchema. fromS3(S3Identifier s3)Create an instance of this class withAPISchema.s3()initialized to the given value.APISchema.BuilderAPISchema.Builder. s3(S3Identifier s3)Contains details about the S3 object containing the OpenAPI schema for the action group.
-