Uses of Class
software.amazon.awssdk.services.cloudtrail.model.DashboardType
-
Packages that use DashboardType Package Description software.amazon.awssdk.services.cloudtrail.model -
-
Uses of DashboardType in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return DashboardType Modifier and Type Method Description static DashboardTypeDashboardType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DashboardTypeCreateDashboardResponse. type()The dashboard type.DashboardTypeDashboardDetail. type()The type of dashboard.DashboardTypeGetDashboardResponse. type()The type of dashboard.DashboardTypeListDashboardsRequest. type()Specify a dashboard type to filter on:CUSTOMorMANAGED.DashboardTypeUpdateDashboardResponse. type()The type of dashboard.static DashboardTypeDashboardType. valueOf(String name)Returns the enum constant of this type with the specified name.static DashboardType[]DashboardType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type DashboardType Modifier and Type Method Description static Set<DashboardType>DashboardType. knownValues()Methods in software.amazon.awssdk.services.cloudtrail.model with parameters of type DashboardType Modifier and Type Method Description CreateDashboardResponse.BuilderCreateDashboardResponse.Builder. type(DashboardType type)The dashboard type.DashboardDetail.BuilderDashboardDetail.Builder. type(DashboardType type)The type of dashboard.GetDashboardResponse.BuilderGetDashboardResponse.Builder. type(DashboardType type)The type of dashboard.ListDashboardsRequest.BuilderListDashboardsRequest.Builder. type(DashboardType type)Specify a dashboard type to filter on:CUSTOMorMANAGED.UpdateDashboardResponse.BuilderUpdateDashboardResponse.Builder. type(DashboardType type)The type of dashboard.
-