Uses of Interface
software.amazon.awssdk.services.resourceexplorer2.model.OrgConfiguration.Builder
-
Packages that use OrgConfiguration.Builder Package Description software.amazon.awssdk.services.resourceexplorer2.model -
-
Uses of OrgConfiguration.Builder in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return OrgConfiguration.Builder Modifier and Type Method Description OrgConfiguration.BuilderOrgConfiguration.Builder. awsServiceAccessStatus(String awsServiceAccessStatus)This value displays whether your Amazon Web Services service access isENABLEDorDISABLED.OrgConfiguration.BuilderOrgConfiguration.Builder. awsServiceAccessStatus(AWSServiceAccessStatus awsServiceAccessStatus)This value displays whether your Amazon Web Services service access isENABLEDorDISABLED.static OrgConfiguration.BuilderOrgConfiguration. builder()OrgConfiguration.BuilderOrgConfiguration.Builder. serviceLinkedRole(String serviceLinkedRole)This value shows whether or not you have a valid a service-linked role required to start the multi-account search feature.OrgConfiguration.BuilderOrgConfiguration. toBuilder()Methods in software.amazon.awssdk.services.resourceexplorer2.model that return types with arguments of type OrgConfiguration.Builder Modifier and Type Method Description static Class<? extends OrgConfiguration.Builder>OrgConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.resourceexplorer2.model with type arguments of type OrgConfiguration.Builder Modifier and Type Method Description default GetAccountLevelServiceConfigurationResponse.BuilderGetAccountLevelServiceConfigurationResponse.Builder. orgConfiguration(Consumer<OrgConfiguration.Builder> orgConfiguration)Details about the organization, and whether configuration isENABLEDorDISABLED.
-