Uses of Interface
software.amazon.awssdk.services.pinpoint.model.ApplicationsResponse.Builder
-
Packages that use ApplicationsResponse.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of ApplicationsResponse.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return ApplicationsResponse.Builder Modifier and Type Method Description static ApplicationsResponse.BuilderApplicationsResponse. builder()ApplicationsResponse.BuilderApplicationsResponse.Builder. item(Collection<ApplicationResponse> item)An array of responses, one for each application that was returned.ApplicationsResponse.BuilderApplicationsResponse.Builder. item(Consumer<ApplicationResponse.Builder>... item)An array of responses, one for each application that was returned.ApplicationsResponse.BuilderApplicationsResponse.Builder. item(ApplicationResponse... item)An array of responses, one for each application that was returned.ApplicationsResponse.BuilderApplicationsResponse.Builder. nextToken(String nextToken)The string to use in a subsequent request to get the next page of results in a paginated response.ApplicationsResponse.BuilderApplicationsResponse. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type ApplicationsResponse.Builder Modifier and Type Method Description static Class<? extends ApplicationsResponse.Builder>ApplicationsResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type ApplicationsResponse.Builder Modifier and Type Method Description default GetAppsResponse.BuilderGetAppsResponse.Builder. applicationsResponse(Consumer<ApplicationsResponse.Builder> applicationsResponse)Sets the value of the ApplicationsResponse property for this object.
-