Uses of Class
software.amazon.awssdk.services.pinpoint.model.ApplicationResponse
-
Packages that use ApplicationResponse Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of ApplicationResponse in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return ApplicationResponse Modifier and Type Method Description ApplicationResponseCreateAppResponse. applicationResponse()Returns the value of the ApplicationResponse property for this object.ApplicationResponseDeleteAppResponse. applicationResponse()Returns the value of the ApplicationResponse property for this object.ApplicationResponseGetAppResponse. applicationResponse()Returns the value of the ApplicationResponse property for this object.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type ApplicationResponse Modifier and Type Method Description List<ApplicationResponse>ApplicationsResponse. item()An array of responses, one for each application that was returned.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type ApplicationResponse Modifier and Type Method Description CreateAppResponse.BuilderCreateAppResponse.Builder. applicationResponse(ApplicationResponse applicationResponse)Sets the value of the ApplicationResponse property for this object.DeleteAppResponse.BuilderDeleteAppResponse.Builder. applicationResponse(ApplicationResponse applicationResponse)Sets the value of the ApplicationResponse property for this object.GetAppResponse.BuilderGetAppResponse.Builder. applicationResponse(ApplicationResponse applicationResponse)Sets the value of the ApplicationResponse property for this object.ApplicationsResponse.BuilderApplicationsResponse.Builder. item(ApplicationResponse... item)An array of responses, one for each application that was returned.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type ApplicationResponse Modifier and Type Method Description ApplicationsResponse.BuilderApplicationsResponse.Builder. item(Collection<ApplicationResponse> item)An array of responses, one for each application that was returned.
-