Uses of Interface
software.amazon.awssdk.services.applicationinsights.model.ListComponentsResponse.Builder
-
Packages that use ListComponentsResponse.Builder Package Description software.amazon.awssdk.services.applicationinsights.model -
-
Uses of ListComponentsResponse.Builder in software.amazon.awssdk.services.applicationinsights.model
Methods in software.amazon.awssdk.services.applicationinsights.model that return ListComponentsResponse.Builder Modifier and Type Method Description ListComponentsResponse.BuilderListComponentsResponse.Builder. applicationComponentList(Collection<ApplicationComponent> applicationComponentList)The list of application components.ListComponentsResponse.BuilderListComponentsResponse.Builder. applicationComponentList(Consumer<ApplicationComponent.Builder>... applicationComponentList)The list of application components.ListComponentsResponse.BuilderListComponentsResponse.Builder. applicationComponentList(ApplicationComponent... applicationComponentList)The list of application components.static ListComponentsResponse.BuilderListComponentsResponse. builder()ListComponentsResponse.BuilderListComponentsResponse.Builder. nextToken(String nextToken)The token to request the next page of results.ListComponentsResponse.BuilderListComponentsResponse. toBuilder()Methods in software.amazon.awssdk.services.applicationinsights.model that return types with arguments of type ListComponentsResponse.Builder Modifier and Type Method Description static Class<? extends ListComponentsResponse.Builder>ListComponentsResponse. serializableBuilderClass()
-