Uses of Interface
software.amazon.awssdk.services.ssm.model.GetOpsSummaryResponse.Builder
-
Packages that use GetOpsSummaryResponse.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of GetOpsSummaryResponse.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return GetOpsSummaryResponse.Builder Modifier and Type Method Description static GetOpsSummaryResponse.BuilderGetOpsSummaryResponse. builder()GetOpsSummaryResponse.BuilderGetOpsSummaryResponse.Builder. entities(Collection<OpsEntity> entities)The list of aggregated details and filtered OpsData.GetOpsSummaryResponse.BuilderGetOpsSummaryResponse.Builder. entities(Consumer<OpsEntity.Builder>... entities)The list of aggregated details and filtered OpsData.GetOpsSummaryResponse.BuilderGetOpsSummaryResponse.Builder. entities(OpsEntity... entities)The list of aggregated details and filtered OpsData.GetOpsSummaryResponse.BuilderGetOpsSummaryResponse.Builder. nextToken(String nextToken)The token for the next set of items to return.GetOpsSummaryResponse.BuilderGetOpsSummaryResponse. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type GetOpsSummaryResponse.Builder Modifier and Type Method Description static Class<? extends GetOpsSummaryResponse.Builder>GetOpsSummaryResponse. serializableBuilderClass()
-