Uses of Class
software.amazon.awssdk.services.iam.model.FeatureType
-
Packages that use FeatureType Package Description software.amazon.awssdk.services.iam.model -
-
Uses of FeatureType in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return FeatureType Modifier and Type Method Description static FeatureTypeFeatureType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FeatureTypeFeatureType. valueOf(String name)Returns the enum constant of this type with the specified name.static FeatureType[]FeatureType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type FeatureType Modifier and Type Method Description List<FeatureType>DisableOrganizationsRootCredentialsManagementResponse. enabledFeatures()The features enabled for centralized root access for member accounts in your organization.List<FeatureType>DisableOrganizationsRootSessionsResponse. enabledFeatures()The features you have enabled for centralized root access of member accounts in your organization.List<FeatureType>EnableOrganizationsRootCredentialsManagementResponse. enabledFeatures()The features you have enabled for centralized root access.List<FeatureType>EnableOrganizationsRootSessionsResponse. enabledFeatures()The features you have enabled for centralized root access.List<FeatureType>ListOrganizationsFeaturesResponse. enabledFeatures()Specifies the features that are currently available in your organization.static Set<FeatureType>FeatureType. knownValues()Methods in software.amazon.awssdk.services.iam.model with parameters of type FeatureType Modifier and Type Method Description DisableOrganizationsRootCredentialsManagementResponse.BuilderDisableOrganizationsRootCredentialsManagementResponse.Builder. enabledFeatures(FeatureType... enabledFeatures)The features enabled for centralized root access for member accounts in your organization.DisableOrganizationsRootSessionsResponse.BuilderDisableOrganizationsRootSessionsResponse.Builder. enabledFeatures(FeatureType... enabledFeatures)The features you have enabled for centralized root access of member accounts in your organization.EnableOrganizationsRootCredentialsManagementResponse.BuilderEnableOrganizationsRootCredentialsManagementResponse.Builder. enabledFeatures(FeatureType... enabledFeatures)The features you have enabled for centralized root access.EnableOrganizationsRootSessionsResponse.BuilderEnableOrganizationsRootSessionsResponse.Builder. enabledFeatures(FeatureType... enabledFeatures)The features you have enabled for centralized root access.ListOrganizationsFeaturesResponse.BuilderListOrganizationsFeaturesResponse.Builder. enabledFeatures(FeatureType... enabledFeatures)Specifies the features that are currently available in your organization.Method parameters in software.amazon.awssdk.services.iam.model with type arguments of type FeatureType Modifier and Type Method Description DisableOrganizationsRootCredentialsManagementResponse.BuilderDisableOrganizationsRootCredentialsManagementResponse.Builder. enabledFeatures(Collection<FeatureType> enabledFeatures)The features enabled for centralized root access for member accounts in your organization.DisableOrganizationsRootSessionsResponse.BuilderDisableOrganizationsRootSessionsResponse.Builder. enabledFeatures(Collection<FeatureType> enabledFeatures)The features you have enabled for centralized root access of member accounts in your organization.EnableOrganizationsRootCredentialsManagementResponse.BuilderEnableOrganizationsRootCredentialsManagementResponse.Builder. enabledFeatures(Collection<FeatureType> enabledFeatures)The features you have enabled for centralized root access.EnableOrganizationsRootSessionsResponse.BuilderEnableOrganizationsRootSessionsResponse.Builder. enabledFeatures(Collection<FeatureType> enabledFeatures)The features you have enabled for centralized root access.ListOrganizationsFeaturesResponse.BuilderListOrganizationsFeaturesResponse.Builder. enabledFeatures(Collection<FeatureType> enabledFeatures)Specifies the features that are currently available in your organization.
-