Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.ResourceLocation
Packages that use ResourceLocation
-
Uses of ResourceLocation in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ResourceLocationModifier and TypeMethodDescriptionstatic ResourceLocationResourceLocation.fromS3(Consumer<S3Location.Builder> s3) Create an instance of this class withs3()initialized to the given value.static ResourceLocationResourceLocation.fromS3(S3Location s3) Create an instance of this class withs3()initialized to the given value.final ResourceLocationBrowserEnterprisePolicy.location()The location of the enterprise policy file.final ResourceLocationBrowserExtension.location()The location where the browser extension files are stored.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type ResourceLocationModifier and TypeMethodDescriptionBrowserEnterprisePolicy.Builder.location(ResourceLocation location) The location of the enterprise policy file.BrowserExtension.Builder.location(ResourceLocation location) The location where the browser extension files are stored.