Uses of Interface
software.amazon.awssdk.services.personalize.model.UpdateSolutionResponse.Builder
-
Packages that use UpdateSolutionResponse.Builder Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of UpdateSolutionResponse.Builder in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return UpdateSolutionResponse.Builder Modifier and Type Method Description static UpdateSolutionResponse.BuilderUpdateSolutionResponse. builder()UpdateSolutionResponse.BuilderUpdateSolutionResponse.Builder. solutionArn(String solutionArn)The same solution Amazon Resource Name (ARN) as given in the request.UpdateSolutionResponse.BuilderUpdateSolutionResponse. toBuilder()Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type UpdateSolutionResponse.Builder Modifier and Type Method Description static Class<? extends UpdateSolutionResponse.Builder>UpdateSolutionResponse. serializableBuilderClass()
-