Uses of Interface
software.amazon.awssdk.services.pinpoint.model.ApplicationResponse.Builder
-
Packages that use ApplicationResponse.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of ApplicationResponse.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return ApplicationResponse.Builder Modifier and Type Method Description ApplicationResponse.BuilderApplicationResponse.Builder. arn(String arn)The Amazon Resource Name (ARN) of the application.static ApplicationResponse.BuilderApplicationResponse. builder()ApplicationResponse.BuilderApplicationResponse.Builder. creationDate(String creationDate)The date and time when the Application was created.ApplicationResponse.BuilderApplicationResponse.Builder. id(String id)The unique identifier for the application.ApplicationResponse.BuilderApplicationResponse.Builder. name(String name)The display name of the application.ApplicationResponse.BuilderApplicationResponse.Builder. tags(Map<String,String> tags)A string-to-string map of key-value pairs that identifies the tags that are associated with the application.ApplicationResponse.BuilderApplicationResponse. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type ApplicationResponse.Builder Modifier and Type Method Description static Class<? extends ApplicationResponse.Builder>ApplicationResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type ApplicationResponse.Builder Modifier and Type Method Description default CreateAppResponse.BuilderCreateAppResponse.Builder. applicationResponse(Consumer<ApplicationResponse.Builder> applicationResponse)Sets the value of the ApplicationResponse property for this object.default DeleteAppResponse.BuilderDeleteAppResponse.Builder. applicationResponse(Consumer<ApplicationResponse.Builder> applicationResponse)Sets the value of the ApplicationResponse property for this object.default GetAppResponse.BuilderGetAppResponse.Builder. applicationResponse(Consumer<ApplicationResponse.Builder> applicationResponse)Sets the value of the ApplicationResponse property for this object.
-