Uses of Class
software.amazon.awssdk.services.ssmquicksetup.model.QuickSetupTypeOutput
-
Packages that use QuickSetupTypeOutput Package Description software.amazon.awssdk.services.ssmquicksetup.model -
-
Uses of QuickSetupTypeOutput in software.amazon.awssdk.services.ssmquicksetup.model
Methods in software.amazon.awssdk.services.ssmquicksetup.model that return types with arguments of type QuickSetupTypeOutput Modifier and Type Method Description List<QuickSetupTypeOutput>ListQuickSetupTypesResponse. quickSetupTypeList()An array of Quick Setup types.Methods in software.amazon.awssdk.services.ssmquicksetup.model with parameters of type QuickSetupTypeOutput Modifier and Type Method Description ListQuickSetupTypesResponse.BuilderListQuickSetupTypesResponse.Builder. quickSetupTypeList(QuickSetupTypeOutput... quickSetupTypeList)An array of Quick Setup types.Method parameters in software.amazon.awssdk.services.ssmquicksetup.model with type arguments of type QuickSetupTypeOutput Modifier and Type Method Description ListQuickSetupTypesResponse.BuilderListQuickSetupTypesResponse.Builder. quickSetupTypeList(Collection<QuickSetupTypeOutput> quickSetupTypeList)An array of Quick Setup types.
-