Uses of Interface
software.amazon.awssdk.services.securityir.model.OptInFeature.Builder
-
Packages that use OptInFeature.Builder Package Description software.amazon.awssdk.services.securityir.model -
-
Uses of OptInFeature.Builder in software.amazon.awssdk.services.securityir.model
Methods in software.amazon.awssdk.services.securityir.model that return OptInFeature.Builder Modifier and Type Method Description static OptInFeature.BuilderOptInFeature. builder()OptInFeature.BuilderOptInFeature.Builder. featureName(String featureName)OptInFeature.BuilderOptInFeature.Builder. featureName(OptInFeatureName featureName)OptInFeature.BuilderOptInFeature.Builder. isEnabled(Boolean isEnabled)OptInFeature.BuilderOptInFeature. toBuilder()Methods in software.amazon.awssdk.services.securityir.model that return types with arguments of type OptInFeature.Builder Modifier and Type Method Description static Class<? extends OptInFeature.Builder>OptInFeature. serializableBuilderClass()
-