Uses of Interface
software.amazon.awssdk.services.cloudtrail.model.ListDashboardsRequest.Builder
-
Packages that use ListDashboardsRequest.Builder Package Description software.amazon.awssdk.services.cloudtrail CloudTrail software.amazon.awssdk.services.cloudtrail.model -
-
Uses of ListDashboardsRequest.Builder in software.amazon.awssdk.services.cloudtrail
Method parameters in software.amazon.awssdk.services.cloudtrail with type arguments of type ListDashboardsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDashboardsResponse>CloudTrailAsyncClient. listDashboards(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest)Returns information about all dashboards in the account, in the current Region.default ListDashboardsResponseCloudTrailClient. listDashboards(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest)Returns information about all dashboards in the account, in the current Region. -
Uses of ListDashboardsRequest.Builder in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return ListDashboardsRequest.Builder Modifier and Type Method Description static ListDashboardsRequest.BuilderListDashboardsRequest. builder()ListDashboardsRequest.BuilderListDashboardsRequest.Builder. maxResults(Integer maxResults)The maximum number of dashboards to display on a single page.ListDashboardsRequest.BuilderListDashboardsRequest.Builder. namePrefix(String namePrefix)Specify a name prefix to filter on.ListDashboardsRequest.BuilderListDashboardsRequest.Builder. nextToken(String nextToken)A token you can use to get the next page of dashboard results.ListDashboardsRequest.BuilderListDashboardsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDashboardsRequest.BuilderListDashboardsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDashboardsRequest.BuilderListDashboardsRequest. toBuilder()ListDashboardsRequest.BuilderListDashboardsRequest.Builder. type(String type)Specify a dashboard type to filter on:CUSTOMorMANAGED.ListDashboardsRequest.BuilderListDashboardsRequest.Builder. type(DashboardType type)Specify a dashboard type to filter on:CUSTOMorMANAGED.Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type ListDashboardsRequest.Builder Modifier and Type Method Description static Class<? extends ListDashboardsRequest.Builder>ListDashboardsRequest. serializableBuilderClass()
-