Uses of Class
software.amazon.awssdk.services.amp.model.RoleConfiguration
-
Packages that use RoleConfiguration Package Description software.amazon.awssdk.services.amp.model -
-
Uses of RoleConfiguration in software.amazon.awssdk.services.amp.model
Methods in software.amazon.awssdk.services.amp.model that return RoleConfiguration Modifier and Type Method Description RoleConfigurationCreateScraperRequest. roleConfiguration()The scraper role configuration for the workspace.RoleConfigurationScraperDescription. roleConfiguration()Returns the value of the RoleConfiguration property for this object.RoleConfigurationScraperSummary. roleConfiguration()Returns the value of the RoleConfiguration property for this object.RoleConfigurationUpdateScraperRequest. roleConfiguration()The scraper role configuration for the workspace.Methods in software.amazon.awssdk.services.amp.model with parameters of type RoleConfiguration Modifier and Type Method Description CreateScraperRequest.BuilderCreateScraperRequest.Builder. roleConfiguration(RoleConfiguration roleConfiguration)The scraper role configuration for the workspace.ScraperDescription.BuilderScraperDescription.Builder. roleConfiguration(RoleConfiguration roleConfiguration)Sets the value of the RoleConfiguration property for this object.ScraperSummary.BuilderScraperSummary.Builder. roleConfiguration(RoleConfiguration roleConfiguration)Sets the value of the RoleConfiguration property for this object.UpdateScraperRequest.BuilderUpdateScraperRequest.Builder. roleConfiguration(RoleConfiguration roleConfiguration)The scraper role configuration for the workspace.
-